]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-holidays): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Apr 1997 06:35:54 +0000 (06:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Apr 1997 06:35:54 +0000 (06:35 +0000)
lisp/calendar/holidays.el

index 0bd1572467020cc08405f9f59d86bc23021ac770..65cef29279418dedb512a55702a64f5aa00cd775 100644 (file)
@@ -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).