summaryrefslogtreecommitdiff
path: root/lisp/international/mule-diag.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-12-21 01:57:24 +0000
committerKenichi Handa <handa@m17n.org>2000-12-21 01:57:24 +0000
commite360ac5bee4b090f94e54363e514d58705d49f1a (patch)
tree54b61b2cb9ec079021eb4e69f9d90f1d069fe7d0 /lisp/international/mule-diag.el
parent9fd1c1f7099bda3867a12f16cd3b2e2ce5a568d1 (diff)
downloademacs-e360ac5bee4b090f94e54363e514d58705d49f1a.tar.gz
(describe-char-after): Make *Help*
buffer inherit multibyteness of the current buffer.
Diffstat (limited to 'lisp/international/mule-diag.el')
-rw-r--r--lisp/international/mule-diag.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index 77ed1b9cfb0..4ed5fe165fe 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -525,6 +525,7 @@ which font is being used for displaying the character."
(composition (find-composition (point) nil nil t))
(composed (if composition (buffer-substring (car composition)
(nth 1 composition))))
+ (multibyte-p enable-multibyte-characters)
item-list max-width)
(if (eq charset 'unknown)
(setq item-list
@@ -582,6 +583,7 @@ which font is being used for displaying the character."
(with-output-to-temp-buffer "*Help*"
(save-excursion
(set-buffer standard-output)
+ (set-buffer-multibyte multibyte-p)
(let ((formatter (format "%%%ds:" max-width)))
(dolist (elt item-list)
(insert (format formatter (car elt)))