]> git.eshelyaron.com Git - emacs.git/commitdiff
(holiday-list): Add autoload cookie.
authorGlenn Morris <rgm@gnu.org>
Thu, 22 Nov 2007 04:16:40 +0000 (04:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 22 Nov 2007 04:16:40 +0000 (04:16 +0000)
lisp/calendar/holidays.el

index f61349401694c8f10588b35e36c3866fb7060ce4..18a243527490abfafc3c30a86bb5f3ce6beadc92 100644 (file)
@@ -208,6 +208,7 @@ The optional LABEL is used to label the buffer created."
       (display-buffer holiday-buffer)
       (message "Computing holidays...done"))))
 
+;;;###autoload
 (defalias 'holiday-list 'list-holidays)
 
 (defun calendar-check-holidays (date)