]> git.eshelyaron.com Git - emacs.git/commitdiff
(appt-disp-window): Call raise-frame.
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Oct 1995 23:40:03 +0000 (23:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Oct 1995 23:40:03 +0000 (23:40 +0000)
lisp/calendar/appt.el

index 2012d8c525efd0f9455a079123a305e1e1072e03..15c47c586e477c9c36e7537d659c2a9c61788bec 100644 (file)
@@ -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))))