1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

(describe-coding-system): Fix for big5.

This commit is contained in:
Kenichi Handa 2009-05-08 02:15:52 +00:00
parent 11586e5a1e
commit c451e59ebc

View 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)))