1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(describe-char): Fix for sync with HEAD.

This commit is contained in:
Kenichi Handa 2006-01-20 02:03:51 +00:00
parent 3a7d24544d
commit 180505d55e

View File

@ -506,8 +506,7 @@ as well as widgets, buttons, overlays, and text properties."
`(insert-text-button
,(symbol-name face)
'type 'help-face 'help-args '(,face))))))
,@(let ((unicodedata (and unicode
(describe-char-unicode-data unicode))))
,@(let ((unicodedata (describe-char-unicode-data char)))
(if unicodedata
(cons (list "Unicode data" " ") unicodedata)))))
(setq max-width (apply #'max (mapcar #'(lambda (x)