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:
parent
11586e5a1e
commit
c451e59ebc
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user