(chinese-big5): Change type to `big5'.
authorKenichi Handa <handa@m17n.org>
Mon, 30 Mar 2009 01:52:26 +0000 (01:52 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 30 Mar 2009 01:52:26 +0000 (01:52 +0000)
lisp/ChangeLog
lisp/language/chinese.el

index 9410878..c94e385 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-30  Kenichi Handa  <handa@m17n.org>
+
+       * language/chinese.el (chinese-big5): Change type to `big5'.
+
 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
 
        * help-mode.el (help-buffer): Add docstring.
index 80cd691..9a6aa51 100644 (file)
 
 (define-coding-system 'chinese-big5
   "BIG5 8-bit encoding for Chinese (MIME:Big5)"
-  :coding-type 'charset
+  :coding-type 'big5
   :mnemonic ?B 
   :charset-list '(ascii big5)
   :mime-charset 'big5)