diff options
| -rw-r--r-- | lisp/calendar/cal-menu.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 60004f7983a..e1d8861626c 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -33,6 +33,10 @@ | |||
| 33 | 33 | ||
| 34 | ;;; Code: | 34 | ;;; Code: |
| 35 | 35 | ||
| 36 | ;; The code in this file is only called from calendar.el, but can't | ||
| 37 | ;; require it (to supress undefined function warnings from compiler) | ||
| 38 | ;; without a recursive require. | ||
| 39 | |||
| 36 | (defvar displayed-year) | 40 | (defvar displayed-year) |
| 37 | 41 | ||
| 38 | (defconst cal-menu-moon-menu | 42 | (defconst cal-menu-moon-menu |