diff options
| -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 @@ | |||
| 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, |