summaryrefslogtreecommitdiff
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2003-03-19 17:16:37 +0000
committerJohn Paul Wallington <jpw@pobox.com>2003-03-19 17:16:37 +0000
commitb72af41d927c737910353a076494f967c8b5ba45 (patch)
treea17b5400c3725af2eb96517d9df73352250fc3c2 /lisp/cus-theme.el
parentc659f8d55e2199c4d40d63a91582720a5abbe508 (diff)
downloademacs-b72af41d927c737910353a076494f967c8b5ba45.tar.gz
(custom-theme-create): Add autoload cookie.
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r--lisp/cus-theme.el1
1 files changed, 1 insertions, 0 deletions
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 @@
(eval-when-compile
(require 'wid-edit))
+;;;###autoload
(defun custom-theme-create ()
"Create a custom theme."
(interactive)