diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/language/chinese.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9410878a2ad..c94e3855e26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-03-30 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * language/chinese.el (chinese-big5): Change type to `big5'. | ||
| 4 | |||
| 1 | 2009-03-30 Chong Yidong <cyd@stupidchicken.com> | 5 | 2009-03-30 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * help-mode.el (help-buffer): Add docstring. | 7 | * help-mode.el (help-buffer): Add docstring. |
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index 80cd691e655..9a6aa51c963 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -122,7 +122,7 @@ | |||
| 122 | 122 | ||
| 123 | (define-coding-system 'chinese-big5 | 123 | (define-coding-system 'chinese-big5 |
| 124 | "BIG5 8-bit encoding for Chinese (MIME:Big5)" | 124 | "BIG5 8-bit encoding for Chinese (MIME:Big5)" |
| 125 | :coding-type 'charset | 125 | :coding-type 'big5 |
| 126 | :mnemonic ?B | 126 | :mnemonic ?B |
| 127 | :charset-list '(ascii big5) | 127 | :charset-list '(ascii big5) |
| 128 | :mime-charset 'big5) | 128 | :mime-charset 'big5) |