1
Fork 0
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:
Karl Heuer 1999-06-17 05:31:22 +00:00
parent 7b42704317
commit b5da410a36

View file

@ -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)