# HG changeset patch # User Richard M. Stallman # Date 874004759 0 # Node ID d3df4031537803f703c5ba52802c49aa43a2b5c4 # Parent 278944a16af3a39101e6a8b802fa688e85027ffb (describe-coding-system): Describe coding systems of type 5, raw-text. diff -r 278944a16af3 -r d3df40315378 lisp/international/mule-diag.el --- 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)