diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-10 04:27:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-10 04:27:30 +0000 |
commit | 10dbf03966b4b960d35b06895ad40f0779c63d60 (patch) | |
tree | e4b7de0ccfe701a0024f04ef130b08c8612594da /lisp/calendar/cal-x.el | |
parent | 876f2438f38dab54b9321c8b65778b02bd5f3786 (diff) | |
download | emacs-10dbf03966b4b960d35b06895ad40f0779c63d60.tar.gz |
Require calendar.
Diffstat (limited to 'lisp/calendar/cal-x.el')
-rw-r--r-- | lisp/calendar/cal-x.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el index b7fd8fb4c9f..85a011301ed 100644 --- a/lisp/calendar/cal-x.el +++ b/lisp/calendar/cal-x.el @@ -36,6 +36,8 @@ ;;; Code: +(require 'calendar) + (defvar calendar-frame nil "Frame in which to display the calendar.") (defvar diary-frame nil "Frame in which to display the diary.") |