diff options
| -rw-r--r-- | lisp/calendar/cal-x.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el index 24b1f896179..4aea547f88d 100644 --- a/lisp/calendar/cal-x.el +++ b/lisp/calendar/cal-x.el | |||
| @@ -64,6 +64,9 @@ Location and color should be set in .Xdefaults.") | |||
| 64 | "Hooks to be run just after setting up a calendar frame. | 64 | "Hooks to be run just after setting up a calendar frame. |
| 65 | Can be used to change frame parameters, such as font, color, location, etc.") | 65 | Can be used to change frame parameters, such as font, color, location, etc.") |
| 66 | 66 | ||
| 67 | ;; calendar-basic-setup is called first, and will autoload diary-lib. | ||
| 68 | (declare-function make-fancy-diary-buffer "diary-lib" nil) | ||
| 69 | |||
| 67 | (defun calendar-one-frame-setup (&optional arg) | 70 | (defun calendar-one-frame-setup (&optional arg) |
| 68 | "Start calendar and display it in a dedicated frame together with the diary. | 71 | "Start calendar and display it in a dedicated frame together with the diary. |
| 69 | This function requires a display capable of multiple frames, else | 72 | This function requires a display capable of multiple frames, else |