]> code.delx.au - gnu-emacs/commitdiff
Setup auto-fill-chars.
authorKenichi Handa <handa@m17n.org>
Mon, 19 Oct 1998 00:40:10 +0000 (00:40 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 Oct 1998 00:40:10 +0000 (00:40 +0000)
lisp/international/characters.el

index ba55a2c76775de27e5e4fa51c415569fbeea172f..6df232ef649a71f81abeefa47fc18b48628d6095 100644 (file)
   (while l
     (put-charset-property (car (car l)) 'prefered-coding-system (cdr (car l)))
     (setq l (cdr l))))
-  
+
+\f
+;; Setup auto-fill-chars for characters that should invoke auto-filling.
+;; SPACE and NEWLIE are already set.
+(let ((l '(katakana-jisx0201
+          japanese-jisx0208 japanese-jisx0212
+          chinese-gb2312 chinese-big5-1 chinese-big5-2)))
+  (while l
+    (aset auto-fill-chars (make-char (car l)) t)
+    (setq l (cdr l))))
 
 ;;; Local Variables:
 ;;; coding: iso-2022-7bit