aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward M. Reingold1995-06-01 20:53:04 +0000
committerEdward M. Reingold1995-06-01 20:53:04 +0000
commita096c36b853068bd51f4e4db7bb8b72832800807 (patch)
tree6d770d8604ae9a8049cd46600d67987a2b6a845e
parent19f7908595ac9c2f7510a966dbd52940b086efe5 (diff)
downloademacs-a096c36b853068bd51f4e4db7bb8b72832800807.tar.gz
emacs-a096c36b853068bd51f4e4db7bb8b72832800807.zip
Autoload calendar-setup.
-rw-r--r--lisp/calendar/cal-x.el1
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 @@
40(if (not (fboundp 'calendar-basic-setup)) 40(if (not (fboundp 'calendar-basic-setup))
41 (fset 'calendar-basic-setup (symbol-function 'calendar))) 41 (fset 'calendar-basic-setup (symbol-function 'calendar)))
42 42
43;;;###autoload
43(defvar calendar-setup 'one-frame 44(defvar calendar-setup 'one-frame
44 "The frame set up of the calendar. 45 "The frame set up of the calendar.
45The choices are `one-frame' (calendar and diary together in one separate, 46The choices are `one-frame' (calendar and diary together in one separate,