aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1997-07-15 08:24:47 +0000
committerKenichi Handa <[email protected]>1997-07-15 08:24:47 +0000
commitb585fb6c65fc6afac1d795e2c7e62e2a597d7dab (patch)
tree86ae3079c1ee23d252d7f8e8421ec2b745ca19e3 /lisp
parentdc64cd193a729fa6be918b0e749f9d5474b29619 (diff)
(describe-current-coding-system): Use coding-category-iso-7-else
instead of coding-category-iso-else.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-diag.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index 4cce91c002..417eddd79d 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -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))))))