update.
[chise/xemacs-chise.git-] / lisp / mule / mule-charset.el
index ba483a5..19bf2fd 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 ;; Copyright (C) 1995 Amdahl Corporation.
 ;; Copyright (C) 1996 Sun Microsystems.
-;; Copyright (C) 1999,2000,2001,2002 MORIOKA Tomohiko
+;; Copyright (C) 1999,2000,2001,2002,2003 MORIOKA Tomohiko
 
 ;; Author: Unknown
 ;; Keywords: i18n, mule, internal
@@ -252,12 +252,12 @@ DESCRIPTION (string) is the description string of the charset."
 
 ;; Setup auto-fill-chars for charsets 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
-    (put-char-table (car l) t auto-fill-chars)
-    (setq l (cdr l))))
+;; (let ((l '(katakana-jisx0201
+;;            japanese-jisx0208 japanese-jisx0212
+;;            chinese-gb2312 chinese-big5-1 chinese-big5-2)))
+;;   (while l
+;;     (put-char-table (car l) t auto-fill-chars)
+;;     (setq l (cdr l))))
 
 
 ;;; @ Coded character set
@@ -276,14 +276,15 @@ DESCRIPTION (string) is the description string of the charset."
          cyrillic-iso8859-5
          greek-iso8859-7
          thai-tis620
+         =jis-x0208
          japanese-jisx0208
          japanese-jisx0208-1990
          japanese-jisx0212
-         ucs-sip
          japanese-jisx0213-1
          japanese-jisx0213-2
          japanese-jisx0208-1978
          chinese-gb2312
+         korean-ksc5601
          chinese-cns11643-1
          chinese-cns11643-2
          chinese-cns11643-3
@@ -291,7 +292,6 @@ DESCRIPTION (string) is the description string of the charset."
          chinese-cns11643-5
          chinese-cns11643-6
          chinese-cns11643-7
-         korean-ksc5601
          ;; chinese-gb12345
          chinese-isoir165
          katakana-jisx0201
@@ -317,14 +317,17 @@ DESCRIPTION (string) is the description string of the charset."
          ideograph-gt-pj-9
          ideograph-gt-pj-10
          ideograph-gt-pj-11
+         ideograph-gt-pj-k1
+         ideograph-gt-pj-k2
          ideograph-daikanwa-2
          ideograph-daikanwa
          chinese-big5-cdp
+         ideograph-cbeta
          chinese-big5-eten-a
          chinese-big5-eten-b
          chinese-big5
-         ideograph-cbeta
          ucs-bmp
+         china3-jef
          ideograph-hanziku-1
          ideograph-hanziku-2
          ideograph-hanziku-3
@@ -337,7 +340,9 @@ DESCRIPTION (string) is the description string of the charset."
          ideograph-hanziku-10
          ideograph-hanziku-11
          ideograph-hanziku-12
-         china3-jef
-         arabic-iso8859-6)))
+         arabic-iso8859-6
+         chinese-big5-1
+         chinese-big5-2
+         ucs-sip)))
 
 ;;; mule-charset.el ends here