mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
(make-fancy-diary-buffer): Declare as function.
This commit is contained in:
parent
f086f60952
commit
519d8c1923
@ -64,6 +64,9 @@ Location and color should be set in .Xdefaults.")
|
||||
"Hooks to be run just after setting up a calendar frame.
|
||||
Can be used to change frame parameters, such as font, color, location, etc.")
|
||||
|
||||
;; calendar-basic-setup is called first, and will autoload diary-lib.
|
||||
(declare-function make-fancy-diary-buffer "diary-lib" nil)
|
||||
|
||||
(defun calendar-one-frame-setup (&optional arg)
|
||||
"Start calendar and display it in a dedicated frame together with the diary.
|
||||
This function requires a display capable of multiple frames, else
|
||||
|
Loading…
Reference in New Issue
Block a user