aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-03-19 17:17:58 +0000
committerJohn Paul Wallington2003-03-19 17:17:58 +0000
commit87e391a9863dc11585b13f34b9b6fd342e2b66bb (patch)
tree6a2f6dcb1d675a97f8b67472bdd6c99e9e443ae6
parent7b004f77e26746c5eba9e0eb14f8be76cb2f0c1a (diff)
downloademacs-87e391a9863dc11585b13f34b9b6fd342e2b66bb.tar.gz
emacs-87e391a9863dc11585b13f34b9b6fd342e2b66bb.zip
(custom-theme-create): Add autoload cookie.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cus-theme.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f8560e5316d..c3c0db08048 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-03-19 John Paul Wallington <jpw@gnu.org>
2
3 * cus-theme.el (custom-theme-create): Add autoload cookie.
4
12003-03-19 Kenichi Handa <handa@etlken2> 52003-03-19 Kenichi Handa <handa@etlken2>
2 6
3 * dired.el (dired-get-filename): Pay attention to the case that 7 * dired.el (dired-get-filename): Pay attention to the case that
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el
index 32364763dfb..a142257ce2e 100644
--- a/lisp/cus-theme.el
+++ b/lisp/cus-theme.el
@@ -31,6 +31,7 @@
31(eval-when-compile 31(eval-when-compile
32 (require 'wid-edit)) 32 (require 'wid-edit))
33 33
34;;;###autoload
34(defun custom-theme-create () 35(defun custom-theme-create ()
35 "Create a custom theme." 36 "Create a custom theme."
36 (interactive) 37 (interactive)