From 725ec4bcb5568faf3c93b52b348b1cd1711a9af7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 5 Oct 1995 23:40:03 +0000 Subject: [PATCH] (appt-disp-window): Call raise-frame. --- lisp/calendar/appt.el | 1 + 1 file changed, 1 insertion(+) 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)))) -- 2.39.2