From 87e391a9863dc11585b13f34b9b6fd342e2b66bb Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Wed, 19 Mar 2003 17:17:58 +0000 Subject: [PATCH] (custom-theme-create): Add autoload cookie. --- lisp/ChangeLog | 4 ++++ lisp/cus-theme.el | 1 + 2 files changed, 5 insertions(+) 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) -- 2.39.2