From 40b14a0cf38aa2cc536f69ec8a3998fd65f4d5b9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Apr 1997 06:35:54 +0000 Subject: [PATCH] (list-holidays): Add autoload cookie. --- lisp/calendar/holidays.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 0bd15724670..65cef292794 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).