diff options
| author | Glenn Morris <rgm@gnu.org> | 2007-11-27 04:14:33 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2007-11-27 04:14:33 +0000 |
| commit | f086f60952dff43099f65fa43efa26f0635fa552 (patch) | |
| tree | 524bedce4708a40767c1d47138de002d3f3c5465 /lisp | |
| parent | 263495ed93b526062200f4d51631872102dca5da (diff) | |
| download | emacs-f086f60952dff43099f65fa43efa26f0635fa552.tar.gz | |
Comment.
Diffstat (limited to 'lisp')
| -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 @@ ;;; Code: +;; The code in this file is only called from calendar.el, but can't +;; require it (to supress undefined function warnings from compiler) +;; without a recursive require. + (defvar displayed-year) (defconst cal-menu-moon-menu |
