From ed584298dfd73d86b7463fb65f09b7c1127539f2 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 25 Jan 1999 16:41:04 +0000 Subject: [PATCH] (list-faces-display): Multiline case of previous fix. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 5e713c25cf7..4c938f2e1ba 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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)) -- 2.39.2