diff options
| -rw-r--r-- | lisp/calendar/cal-menu.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 38c14c80b14..2b2efd1cb3a 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -265,6 +265,8 @@ ERROR is t, otherwise just returns nil." | |||
| 265 | (if l l '("None"))))))) | 265 | (if l l '("None"))))))) |
| 266 | (and selection (call-interactively selection)))) | 266 | (and selection (call-interactively selection)))) |
| 267 | 267 | ||
| 268 | (defvar holidays-in-diary-buffer) ; only called from calendar.el | ||
| 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. |