mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(custom-theme-create): Add autoload cookie.
This commit is contained in:
parent
7b004f77e2
commit
87e391a986
@ -1,3 +1,7 @@
|
||||
2003-03-19 John Paul Wallington <jpw@gnu.org>
|
||||
|
||||
* cus-theme.el (custom-theme-create): Add autoload cookie.
|
||||
|
||||
2003-03-19 Kenichi Handa <handa@etlken2>
|
||||
|
||||
* dired.el (dired-get-filename): Pay attention to the case that
|
||||
|
@ -31,6 +31,7 @@
|
||||
(eval-when-compile
|
||||
(require 'wid-edit))
|
||||
|
||||
;;;###autoload
|
||||
(defun custom-theme-create ()
|
||||
"Create a custom theme."
|
||||
(interactive)
|
||||
|
Loading…
Reference in New Issue
Block a user