aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-11-22 04:16:40 +0000
committerGlenn Morris <[email protected]>2007-11-22 04:16:40 +0000
commitc0dac68f0d291d8e7130e67bb69cd10d058cdedc (patch)
treea156a0b4b329000855cda37eeb47b8d872bec749 /lisp/calendar
parent6769db505cc74ef2c1bf2558164d258d530832fa (diff)
(holiday-list): Add autoload cookie.
Diffstat (limited to 'lisp/calendar')
-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 f613494016..18a2435274 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)