diff lisp/faces.el @ 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 094765645c52
children 82cf6c4c1e03
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))