diff options
| author | Glenn Morris | 2007-11-27 04:14:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-27 04:14:53 +0000 |
| commit | 519d8c1923d738dfe5f310f80008313ae412f8a6 (patch) | |
| tree | 7fcdf170f2286267153b3db6d4c4f37c23be1c89 | |
| parent | f086f60952dff43099f65fa43efa26f0635fa552 (diff) | |
| download | emacs-519d8c1923d738dfe5f310f80008313ae412f8a6.tar.gz emacs-519d8c1923d738dfe5f310f80008313ae412f8a6.zip | |
(make-fancy-diary-buffer): Declare as function.
| -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 |