diff options
| -rw-r--r-- | lisp/calendar/holidays.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 101 | (displayed-year (extract-calendar-year date))) | 101 | (displayed-year (extract-calendar-year date))) |
| 102 | (list-calendar-holidays)))) | 102 | (list-calendar-holidays)))) |
| 103 | 103 | ||
| 104 | ;;;###autoload | ||
| 104 | (defun list-holidays (y1 y2 &optional l label) | 105 | (defun list-holidays (y1 y2 &optional l label) |
| 105 | "Display holidays for years Y1 to Y2 (inclusive). | 106 | "Display holidays for years Y1 to Y2 (inclusive). |
| 106 | 107 | ||