Mercurial > emacs
changeset 19876:d3df40315378
(describe-coding-system): Describe coding systems of type 5, raw-text.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 11 Sep 1997 19:05:59 +0000 |
parents | 278944a16af3 |
children | 3b008d891adb |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Thu Sep 11 18:22:03 1997 +0000 +++ b/lisp/international/mule-diag.el Thu Sep 11 19:05:59 1997 +0000 @@ -186,7 +186,9 @@ (princ " (Big5)")) ((eq type 4) (princ " (do conversion by CCL program)")) - (t (princ "invalid coding-system.")))) + ((eq type 5) + (princ " (text with random binary characters)")) + (t (princ ": invalid coding-system.")))) (princ "\nEOL type:\n ") (let ((eol-type (coding-system-eol-type coding-system))) (cond ((vectorp eol-type)