aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-05-09 15:13:33 +0000
committerEli Zaretskii2001-05-09 15:13:33 +0000
commitc8224de64d911c25779eed0d7b0a0434ec4ebfc2 (patch)
tree1b9e647dbcd303453c4065cf4bbf2e619fe27789
parent6c0325db060dd9da5c2fbe7929657694c11bd8f3 (diff)
downloademacs-c8224de64d911c25779eed0d7b0a0434ec4ebfc2.tar.gz
emacs-c8224de64d911c25779eed0d7b0a0434ec4ebfc2.zip
(holidays): Add an autoload cookie. From Pavel Jank <Pavel@Janik.cz>.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/calendar/holidays.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 413f767b58b..6d55e8c7730 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * calendar/holidays.el (holidays): Add an autoload cookie. From
4 Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
5
12001-05-08 John Wiegley <johnw@gnu.org> 62001-05-08 John Wiegley <johnw@gnu.org>
2 7
3 * calendar/timeclock.el (timeclock-workday-remaining): Changed 8 * 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 @@
90Requires floating point." 90Requires floating point."
91 t) 91 t)
92 92
93;;;###autoload
93(defun holidays (&optional arg) 94(defun holidays (&optional arg)
94 "Display the holidays for last month, this month, and next month. 95 "Display the holidays for last month, this month, and next month.
95If called with an optional prefix argument, prompts for month and year. 96If called with an optional prefix argument, prompts for month and year.