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 f6134940169..18a24352749 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -208,6 +208,7 @@ The optional LABEL is used to label the buffer created." | |||
| 208 | (display-buffer holiday-buffer) | 208 | (display-buffer holiday-buffer) |
| 209 | (message "Computing holidays...done")))) | 209 | (message "Computing holidays...done")))) |
| 210 | 210 | ||
| 211 | ;;;###autoload | ||
| 211 | (defalias 'holiday-list 'list-holidays) | 212 | (defalias 'holiday-list 'list-holidays) |
| 212 | 213 | ||
| 213 | (defun calendar-check-holidays (date) | 214 | (defun calendar-check-holidays (date) |