From: Eli Zaretskii Date: Wed, 9 May 2001 15:13:33 +0000 (+0000) Subject: (holidays): Add an autoload cookie. From Pavel Jank . X-Git-Tag: emacs-pretest-21.0.104~580 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8224de64d911c25779eed0d7b0a0434ec4ebfc2;p=emacs.git (holidays): Add an autoload cookie. From Pavel Jank . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 413f767b58b..6d55e8c7730 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-05-09 Eli Zaretskii + + * calendar/holidays.el (holidays): Add an autoload cookie. From + Pavel Jan,Bm(Bk . + 2001-05-08 John Wiegley * calendar/timeclock.el (timeclock-workday-remaining): Changed diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index f8b3d0cd9d6..debd05766a4 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -90,6 +90,7 @@ Requires floating point." t) +;;;###autoload (defun holidays (&optional arg) "Display the holidays for last month, this month, and next month. If called with an optional prefix argument, prompts for month and year.