mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Comment.
This commit is contained in:
parent
1d3c128ce7
commit
97bef88eb5
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ If PROMPT is non-nil, prompt for the month and year to use."
|
|||
(unless (eq config 'calendar-only)
|
||||
(if (frame-live-p diary-frame) (delete-frame diary-frame)))
|
||||
(let ((view-diary-entries-initially (eq config 'one-frame))
|
||||
;; For final calendar-dedicate-diary in two-frames case.
|
||||
;; For calendar-dedicate-diary in two-frames case.
|
||||
(pop-up-windows nil))
|
||||
(save-window-excursion
|
||||
;; Do diary first so that calendar is always left current.
|
||||
|
|
@ -158,9 +158,9 @@ See `calendar-frame-setup' for more information."
|
|||
See `calendar-frame-setup' for more information."
|
||||
(calendar-frame-setup 'calendar-only prompt))
|
||||
|
||||
|
||||
(make-obsolete 'calendar-only-one-frame-setup 'calendar-frame-setup "23.1")
|
||||
|
||||
|
||||
;;;###cal-autoload
|
||||
(defun calendar-two-frame-setup (&optional prompt)
|
||||
"Display calendar and diary in separate, dedicated frames.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue