diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f8560e5316d..c3c0db08048 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-03-19 John Paul Wallington + + * cus-theme.el (custom-theme-create): Add autoload cookie. + 2003-03-19 Kenichi Handa * 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 @@ (eval-when-compile (require 'wid-edit)) +;;;###autoload (defun custom-theme-create () "Create a custom theme." (interactive)