# HG changeset patch # User Kenichi Handa # Date 1241748952 0 # Node ID 4f9eafb38e1074a47ee57610af0c5095b671f0b1 # Parent a9330f5194eec01c711a90d9e0f2ae1f9d44211f (describe-coding-system): Fix for big5. diff -r a9330f5194ee -r 4f9eafb38e10 lisp/international/mule-diag.el --- 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)))