From c0dac68f0d291d8e7130e67bb69cd10d058cdedc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 22 Nov 2007 04:16:40 +0000 Subject: [PATCH] (holiday-list): Add autoload cookie. --- lisp/calendar/holidays.el | 1 + 1 file changed, 1 insertion(+) 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." (display-buffer holiday-buffer) (message "Computing holidays...done")))) +;;;###autoload (defalias 'holiday-list 'list-holidays) (defun calendar-check-holidays (date) -- 2.39.2