changeset 24174:4cd52e40cf31

(list-faces-display): Multiline case of previous fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 25 Jan 1999 16:41:04 +0000
parents 810e9f8c8ed7
children ec6c3e69f89a
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Mon Jan 25 16:31:15 1999 +0000
+++ b/lisp/faces.el	Mon Jan 25 16:41:04 1999 +0000
@@ -1148,7 +1148,7 @@
 	    (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))