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.
This commit is contained in:
parent
ca1ddef262
commit
84c1940d42
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ filter out the color from the output."
|
|||
This is installed as a `revert-buffer-function' in the *Colors* buffer."
|
||||
(list-colors-display nil (buffer-name) list-colors-callback))
|
||||
|
||||
;;;###autoload
|
||||
(defun list-colors-display (&optional list buffer-name callback)
|
||||
"Display names of defined colors, and show what they look like.
|
||||
If the optional argument LIST is non-nil, it should be a list of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue