aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Heytings2021-04-10 12:35:06 +0000
committerEli Zaretskii2021-04-10 16:13:11 +0300
commit84c1940d42d2b25fa5e2f88d93780a3ffc4d041e (patch)
tree22adf8dda9b246a15657e5f48e4e0a2d5a06d4d7
parentca1ddef2627e2d71539467c9042f78d9d560ea9d (diff)
downloademacs-84c1940d42d2b25fa5e2f88d93780a3ffc4d041e.tar.gz
emacs-84c1940d42d2b25fa5e2f88d93780a3ffc4d041e.zip
Autoload list-colors-display.
* lisp/facemenu.el (list-colors-display): Autoload, it is mentioned in (info "(emacs)Colors for Faces"), and to be generally available.
-rw-r--r--lisp/facemenu.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index 2d06658b55c..8db1b42db44 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -539,6 +539,7 @@ filter out the color from the output."
539This is installed as a `revert-buffer-function' in the *Colors* buffer." 539This is installed as a `revert-buffer-function' in the *Colors* buffer."
540 (list-colors-display nil (buffer-name) list-colors-callback)) 540 (list-colors-display nil (buffer-name) list-colors-callback))
541 541
542;;;###autoload
542(defun list-colors-display (&optional list buffer-name callback) 543(defun list-colors-display (&optional list buffer-name callback)
543 "Display names of defined colors, and show what they look like. 544 "Display names of defined colors, and show what they look like.
544If the optional argument LIST is non-nil, it should be a list of 545If the optional argument LIST is non-nil, it should be a list of