]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-coding-system): Describe
authorAndreas Schwab <schwab@suse.de>
Fri, 30 Oct 1998 10:55:15 +0000 (10:55 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 30 Oct 1998 10:55:15 +0000 (10:55 +0000)
all flags.

lisp/international/mule-diag.el

index a32d892b03c6e057a6fe5c0f5f64b6e7eb8fa948..bd450a4ff0b2c585fe7e361adb6e4e02f75b9b83 100644 (file)
@@ -184,8 +184,12 @@ but still shows the full information."
                 (if (aref flags 8) (princ ", use-locking-shift"))
                 (if (aref flags 9) (princ ", use-single-shift"))
                 (if (aref flags 10) (princ ", use-roman"))
-                (if (aref flags 10) (princ ", use-old-jis"))
-                (if (aref flags 11) (princ ", no-ISO6429"))
+                (if (aref flags 11) (princ ", use-old-jis"))
+                (if (aref flags 12) (princ ", no-ISO6429"))
+                (if (aref flags 13) (princ ", init-bol"))
+                (if (aref flags 14) (princ ", designation-bol"))
+                (if (aref flags 15) (princ ", convert-unsafe"))
+                (if (aref flags 16) (princ ", accept-latin-extra-code"))
                 (princ "."))
                ((eq type 3)
                 (princ " (Big5)"))