Mercurial > emacs
changeset 103178:4f9eafb38e10
(describe-coding-system): Fix for big5.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 08 May 2009 02:15:52 +0000 |
parents | a9330f5194ee |
children | fb77a6b5c2f6 |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)))