]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-coding-system): Fix for big5.
authorKenichi Handa <handa@m17n.org>
Fri, 8 May 2009 02:15:52 +0000 (02:15 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 8 May 2009 02:15:52 +0000 (02:15 +0000)
lisp/international/mule-diag.el

index cf979c60bcb0563afb0bd3b5c5237a854d90c120..43df933ed38c96df175079b7c001839290088d0e 100644 (file)
@@ -448,6 +448,7 @@ meanings of these arguments."
               (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)))