Mercurial > emacs
diff lisp/international/mule-diag.el @ 103178:4f9eafb38e10
(describe-coding-system): Fix for big5.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 08 May 2009 02:15:52 +0000 |
parents | ed0a00c1025a |
children | 16c3fe546430 |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Thu May 07 18:55:54 2009 +0000 +++ b/lisp/international/mule-diag.el Fri May 08 02:15:52 2009 +0000 @@ -448,6 +448,7 @@ (princ " (text with random binary characters)")) ((eq type 'emacs-mule) (princ " (Emacs 21 internal encoding)")) + ((eq type 'big5)) (t (princ ": invalid coding-system."))) (princ "\nEOL type: ") (let ((eol-type (coding-system-eol-type coding-system)))