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/appt.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/appt.el [lexbind]
Date: Tue, 06 Jul 2004 07:15:00 -0400

Index: emacs/lisp/calendar/appt.el
diff -c emacs/lisp/calendar/appt.el:1.42.4.5 
emacs/lisp/calendar/appt.el:1.42.4.6
*** emacs/lisp/calendar/appt.el:1.42.4.5        Thu Apr  1 04:29:03 2004
--- emacs/lisp/calendar/appt.el Tue Jul  6 09:14:19 2004
***************
*** 449,459 ****
                  (same-window-p (buffer-name appt-disp-buf)))
        ;; By default, split the bottom window and use the lower part.
        (appt-select-lowest-window)
!       (split-window))
!       (pop-to-buffer appt-disp-buf))
!     (setq mode-line-format
!         (concat "-------------------- Appointment in "
!                 min-to-app " minutes. " new-time " %-"))
      (erase-buffer)
      (insert appt-msg)
      (shrink-window-if-larger-than-buffer (get-buffer-window appt-disp-buf t))
--- 449,458 ----
                  (same-window-p (buffer-name appt-disp-buf)))
        ;; By default, split the bottom window and use the lower part.
        (appt-select-lowest-window)
!         (select-window (split-window)))
!       (switch-to-buffer appt-disp-buf))
!     (calendar-set-mode-line
!      (format " Appointment in %s minutes. %s " min-to-app new-time))
      (erase-buffer)
      (insert appt-msg)
      (shrink-window-if-larger-than-buffer (get-buffer-window appt-disp-buf t))




reply via email to

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