1
0
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:
John Paul Wallington 2003-03-19 17:17:58 +00:00
parent 7b004f77e2
commit 87e391a986
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -31,6 +31,7 @@
(eval-when-compile
(require 'wid-edit))
;;;###autoload
(defun custom-theme-create ()
"Create a custom theme."
(interactive)