aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-04-11 06:35:54 +0000
committerRichard M. Stallman <[email protected]>1997-04-11 06:35:54 +0000
commit40b14a0cf38aa2cc536f69ec8a3998fd65f4d5b9 (patch)
tree5b8e39a6905a48f10bfc6a61ef4929a7110438f1 /lisp
parent4f69d8f6d856181a68cbcfabe405a2eca9dbf6e1 (diff)
(list-holidays): Add autoload cookie.
Diffstat (limited to 'lisp')
-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 0bd1572467..65cef29279 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -101,6 +101,7 @@ This function is suitable for execution in a .emacs file."
(displayed-year (extract-calendar-year date)))
(list-calendar-holidays))))
+;;;###autoload
(defun list-holidays (y1 y2 &optional l label)
"Display holidays for years Y1 to Y2 (inclusive).