changeset 86011:474f44ceee97

(list-colors-display): Use with-help-window instead of with-output-to-temp-buffer.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 10 Nov 2007 09:57:52 +0000
parents d42c1cd75af4
children 494608f8dd24
files lisp/facemenu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/facemenu.el	Sat Nov 10 09:57:18 2007 +0000
+++ b/lisp/facemenu.el	Sat Nov 10 09:57:52 2007 +0000
@@ -516,7 +516,7 @@
       (let ((lc (nthcdr (1- (display-color-cells)) list)))
 	(if lc
 	    (setcdr lc nil)))))
-  (with-output-to-temp-buffer (or buffer-name "*Colors*")
+  (with-help-window (or buffer-name "*Colors*")
     (save-excursion
       (set-buffer standard-output)
       (setq truncate-lines t)