diff options
| author | Gregory Heytings | 2021-04-10 12:35:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2021-04-10 16:13:11 +0300 |
| commit | 84c1940d42d2b25fa5e2f88d93780a3ffc4d041e (patch) | |
| tree | 22adf8dda9b246a15657e5f48e4e0a2d5a06d4d7 | |
| parent | ca1ddef2627e2d71539467c9042f78d9d560ea9d (diff) | |
| download | emacs-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.el | 1 |
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." | |||
| 539 | This is installed as a `revert-buffer-function' in the *Colors* buffer." | 539 | This 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. |
| 544 | If the optional argument LIST is non-nil, it should be a list of | 545 | If the optional argument LIST is non-nil, it should be a list of |