comparison lisp/calendar/holidays.el @ 86294:7962d9c627d8

(holiday-list): Add autoload cookie.
author Glenn Morris <rgm@gnu.org>
date Thu, 22 Nov 2007 04:16:40 +0000
parents c568ca95b3ea
children d3d37fadd367
comparison
equal deleted inserted replaced
86293:f68aca4b5962 86294:7962d9c627d8
206 (set-buffer-modified-p nil) 206 (set-buffer-modified-p nil)
207 (setq buffer-read-only t) 207 (setq buffer-read-only t)
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)
214 "Check the list of holidays for any that occur on DATE. 215 "Check the list of holidays for any that occur on DATE.
215 The value returned is a list of strings of relevant holiday descriptions. 216 The value returned is a list of strings of relevant holiday descriptions.