emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-x.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-x.el,v
Date: Thu, 13 Mar 2008 03:57:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/13 03:57:31

Index: cal-x.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-x.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- cal-x.el    8 Mar 2008 19:56:09 -0000       1.30
+++ cal-x.el    13 Mar 2008 03:57:31 -0000      1.31
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]