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:
parent
2bfe16dbb3
commit
ed584298df
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue