diff options
author | John Paul Wallington <jpw@pobox.com> | 2003-03-19 17:17:58 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2003-03-19 17:17:58 +0000 |
commit | 87e391a9863dc11585b13f34b9b6fd342e2b66bb (patch) | |
tree | 6a2f6dcb1d675a97f8b67472bdd6c99e9e443ae6 /lisp/cus-theme.el | |
parent | 7b004f77e26746c5eba9e0eb14f8be76cb2f0c1a (diff) | |
download | emacs-87e391a9863dc11585b13f34b9b6fd342e2b66bb.tar.gz |
(custom-theme-create): Add autoload cookie.
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r-- | lisp/cus-theme.el | 1 |
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) |