1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(list-faces-display): Multiline case of previous fix.

This commit is contained in:
Karl Heuer 1999-01-25 16:41:04 +00:00
parent 2bfe16dbb3
commit ed584298df

View file

@ -1148,7 +1148,7 @@ selected frame."
(goto-char beg)
(forward-line 1)
(while (not (eobp))
(insert " ")
(insert-char ? (1+ face-name-max-length))
(forward-line 1))))
(goto-char (point-min)))
(print-help-return-message))