diff options
author | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1995-06-01 20:53:04 +0000 |
---|---|---|
committer | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1995-06-01 20:53:04 +0000 |
commit | a096c36b853068bd51f4e4db7bb8b72832800807 (patch) | |
tree | 6d770d8604ae9a8049cd46600d67987a2b6a845e /lisp/calendar | |
parent | 19f7908595ac9c2f7510a966dbd52940b086efe5 (diff) | |
download | emacs-a096c36b853068bd51f4e4db7bb8b72832800807.tar.gz |
Autoload calendar-setup.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/cal-x.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el index 650bf4116bf..61ccc32faa1 100644 --- a/lisp/calendar/cal-x.el +++ b/lisp/calendar/cal-x.el @@ -40,6 +40,7 @@ (if (not (fboundp 'calendar-basic-setup)) (fset 'calendar-basic-setup (symbol-function 'calendar))) +;;;###autoload (defvar calendar-setup 'one-frame "The frame set up of the calendar. The choices are `one-frame' (calendar and diary together in one separate, |