comparison lisp/calendar/cal-x.el @ 12049:0be90c288c4e

Autoload calendar-setup.
author Edward M. Reingold <reingold@emr.cs.iit.edu>
date Thu, 01 Jun 1995 20:53:04 +0000
parents 283559c9d0ad
children b163768a998f
comparison
equal deleted inserted replaced
12048:8e3d4f515bbb 12049:0be90c288c4e
38 38
39 (require 'calendar) 39 (require 'calendar)
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.
45 The choices are `one-frame' (calendar and diary together in one separate, 46 The choices are `one-frame' (calendar and diary together in one separate,
46 dediciated frame) or `two-frames' (calendar and diary in separate, dedicated 47 dediciated frame) or `two-frames' (calendar and diary in separate, dedicated
47 frames); with any other value the current frame is used.") 48 frames); with any other value the current frame is used.")