summaryrefslogtreecommitdiff
path: root/lisp/calendar/holidays.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-22 04:16:40 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-22 04:16:40 +0000
commit24c09bb8abdf9df12188dc173814d6af768192ed (patch)
treee2ca6b5bb6d29cdf116d766d814f837fc3be7d59 /lisp/calendar/holidays.el
parent91fc86702c1c84f3646ff321f3488946428efbda (diff)
downloademacs-24c09bb8abdf9df12188dc173814d6af768192ed.tar.gz
(holiday-list): Add autoload cookie.
Diffstat (limited to 'lisp/calendar/holidays.el')
-rw-r--r--lisp/calendar/holidays.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index f6134940169..18a24352749 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -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)