mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-30 18:23:20 -07:00
(special-display-buffer-names):
Don't put (get-file-buffer diary-file) on this list.
This commit is contained in:
parent
7b42704317
commit
b5da410a36
1 changed files with 3 additions and 1 deletions
|
|
@ -131,10 +131,12 @@ Can be used to change frame parameters, such as font, color, location, etc.")
|
|||
fancy-diary-buffer))
|
||||
'diary)))))
|
||||
|
||||
;; Formerly (get-file-buffer diary-file) was added to the list here,
|
||||
;; but that isn't clean, and the value could even be nil.
|
||||
(setq special-display-buffer-names
|
||||
(append special-display-buffer-names
|
||||
(list "*Yahrzeits*" lunar-phases-buffer holiday-buffer
|
||||
fancy-diary-buffer (get-file-buffer diary-file)
|
||||
fancy-diary-buffer
|
||||
other-calendars-buffer calendar-buffer)))
|
||||
|
||||
(run-hooks 'cal-x-load-hook)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue