# HG changeset patch # User Glenn Morris # Date 1205380651 0 # Node ID d2480af2761194627c8c8f03ecee8a4a6f39e7fd # Parent 693124d99e7c8f34d10c680b2276ab2f87ebba76 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc fixes. (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer. diff -r 693124d99e7c -r d2480af27611 lisp/calendar/cal-x.el --- a/lisp/calendar/cal-x.el Thu Mar 13 03:56:26 2008 +0000 +++ b/lisp/calendar/cal-x.el Thu Mar 13 03:57:31 2008 +0000 @@ -113,7 +113,7 @@ "Start calendar and display it in a dedicated frame. This function requires a display capable of multiple frames, else `calendar-basic-setup' is used instead. The optional argument -ARG is passed to `calendar-basic-setup'" +ARG is passed to `calendar-basic-setup'." (if (not (display-multi-frame-p)) (calendar-basic-setup arg) (if (frame-live-p calendar-frame) (delete-frame calendar-frame)) @@ -136,7 +136,7 @@ "Start calendar and diary in separate, dedicated frames. This function requires a display capable of multiple frames, else `calendar-basic-setup' is used instead. The optional argument -ARG is passed to `calendar-basic-setup'" +ARG is passed to `calendar-basic-setup'." (if (not (display-multi-frame-p)) (calendar-basic-setup arg) (if (frame-live-p calendar-frame) (delete-frame calendar-frame)) @@ -172,10 +172,11 @@ ;; Formerly (get-file-buffer diary-file) was added to the list here, ;; but that isn't clean, and the value could even be nil. +;; FIXME is this really our business? (setq special-display-buffer-names (append special-display-buffer-names - (list "*Yahrzeits*" lunar-phases-buffer holiday-buffer - fancy-diary-buffer + (list cal-hebrew-yahrzeit-buffer + lunar-phases-buffer holiday-buffer fancy-diary-buffer other-calendars-buffer calendar-buffer))) (run-hooks 'cal-x-load-hook)