(describe-char): Fix previous change.

This commit is contained in:
Kenichi Handa 2003-09-28 23:53:29 +00:00
parent 3413f9720b
commit 0a2df7fba2

View file

@ -611,7 +611,7 @@ as well as widgets, buttons, overlays, and text properties."
"\n ")))
(insert "these terminal codes:\n")
(dotimes (i (length disp-vector))
(insertf(car (aref disp-vector i))
(insert (car (aref disp-vector i))
(propertize " " 'display '(space :align-to 5))
(or (cdr (aref disp-vector i)) "-- not encodable --")
"\n"))))