From b2717eae8e801dcddbcb8f605a59509ae1e0a8de Mon Sep 17 00:00:00 2001 From: Gregory Heytings Date: Sat, 10 Apr 2021 12:35:06 +0000 Subject: [PATCH] Autoload list-colors-display. * lisp/facemenu.el (list-colors-display): Autoload, it is mentioned in (info "(emacs)Colors for Faces"). --- lisp/facemenu.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 2d06658b55..8db1b42db4 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -539,6 +539,7 @@ list-colors-redisplay 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 -- 2.30.2