emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 84c1940: Autoload list-colors-display.


From: Eli Zaretskii
Subject: master 84c1940: Autoload list-colors-display.
Date: Sat, 10 Apr 2021 09:14:01 -0400 (EDT)

branch: master
commit 84c1940d42d2b25fa5e2f88d93780a3ffc4d041e
Author: Gregory Heytings <gregory@heytings.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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.
---
 lisp/facemenu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index 2d06658..8db1b42 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]