comparison lisp/calendar/cal-menu.el @ 92549:389da10cb238

(holidays-in-diary-buffer): Declare for compiler.
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Mar 2008 04:45:09 +0000
parents d62f6920cb4d
children 8b4648ec6f76
comparison
equal deleted inserted replaced
92548:979f17a77d87 92549:389da10cb238
262 (format "Holidays for %s" (calendar-date-string date)) 262 (format "Holidays for %s" (calendar-date-string date))
263 (append 263 (append
264 (list (format "Holidays for %s" (calendar-date-string date))) 264 (list (format "Holidays for %s" (calendar-date-string date)))
265 (if l l '("None"))))))) 265 (if l l '("None")))))))
266 (and selection (call-interactively selection)))) 266 (and selection (call-interactively selection))))
267
268 (defvar holidays-in-diary-buffer) ; only called from calendar.el
267 269
268 (defun calendar-mouse-view-diary-entries (&optional date diary event) 270 (defun calendar-mouse-view-diary-entries (&optional date diary event)
269 "Pop up menu of diary entries for mouse-selected date. 271 "Pop up menu of diary entries for mouse-selected date.
270 Use optional DATE and alternative file DIARY. 272 Use optional DATE and alternative file DIARY.
271 273