diff lisp/international/mule-diag.el @ 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 940d50684d68
children 2b49d1c59b83
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)