From: Glenn Morris Date: Tue, 25 Mar 2008 07:57:06 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~6947 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97bef88eb52fb1ff9ddd581eb0ec596c69c2d837;p=emacs.git Comment. --- diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el index 9d50a25e78c..653ce0e3caa 100644 --- a/lisp/calendar/cal-x.el +++ b/lisp/calendar/cal-x.el @@ -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.