From: Richard M. Stallman Date: Thu, 5 Oct 1995 23:40:03 +0000 (+0000) Subject: (appt-disp-window): Call raise-frame. X-Git-Tag: emacs-19.34~2735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=725ec4bcb5568faf3c93b52b348b1cd1711a9af7;p=emacs.git (appt-disp-window): Call raise-frame. --- diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 2012d8c525e..15c47c586e4 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -377,6 +377,7 @@ Therefore, you need to have `(display-time)' in your .emacs file." (insert-string appt-msg) (shrink-window-if-larger-than-buffer (get-buffer-window appt-disp-buf t)) (set-buffer-modified-p nil) + (raise-frame (selected-frame)) (select-window this-window) (if appt-audible (beep 1))))