]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-coding-system): Describe coding systems of type 5, raw-text.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Sep 1997 19:05:59 +0000 (19:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Sep 1997 19:05:59 +0000 (19:05 +0000)
lisp/international/mule-diag.el

index 298408258f1159cda9cabe321408e4c780ab3e09..32b80a583d00cc1cafc1fe0bd3532a12ba32868b 100644 (file)
@@ -186,7 +186,9 @@ but contains full information about each character sets."
                 (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)