]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-theme-create): Add autoload cookie.
authorJohn Paul Wallington <jpw@pobox.com>
Wed, 19 Mar 2003 17:17:58 +0000 (17:17 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Wed, 19 Mar 2003 17:17:58 +0000 (17:17 +0000)
lisp/ChangeLog
lisp/cus-theme.el

index f8560e5316d8dafccb1be02aed2f5307b63492b1..c3c0db08048a8390b9cced083f2d62b402834f78 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-19  John Paul Wallington  <jpw@gnu.org>
+
+       * cus-theme.el (custom-theme-create): Add autoload cookie.
+
 2003-03-19  Kenichi Handa  <handa@etlken2>
 
        * dired.el (dired-get-filename): Pay attention to the case that
index 32364763dfb51bdcd0eefe7d4783fb10dfdd17a6..a142257ce2e6c1f1409a14a07092200d5423effc 100644 (file)
@@ -31,6 +31,7 @@
 (eval-when-compile
   (require 'wid-edit))
 
+;;;###autoload
 (defun custom-theme-create ()
   "Create a custom theme."
   (interactive)