]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-current-coding-system): Use coding-category-iso-7-else
authorKenichi Handa <handa@m17n.org>
Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)
instead of coding-category-iso-else.

lisp/international/mule-diag.el

index 4cce91c002c73e708cccc2e6d91de06e253c681c..417eddd79d50c2773d4ece9d171ea9bfa8a98885 100644 (file)
@@ -314,7 +314,7 @@ at the place of `..':
   from these, and therefore cannot be recognized automatically
   with the present coding system priorities.\n\n")
 
-      (let ((categories '(coding-category-iso-7 coding-category-iso-else))
+      (let ((categories '(coding-category-iso-7 coding-category-iso-7-else))
            coding-system codings)
        (while categories
          (setq coding-system (symbol-value (car categories)))
@@ -468,7 +468,7 @@ but contains full information about each coding systems."
          coding-system)
       (while bases
        (setq coding-system (car bases))
-       (if (interactive-p)
+       (if (null arg)
            (print-coding-system-briefly coding-system 'doc-string)
          (print-coding-system coding-system))
        (setq bases (cdr bases))))))