Mercurial > emacs
changeset 13125:731ef06c5677
(appt-disp-window): Call raise-frame.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 05 Oct 1995 23:40:03 +0000 |
parents | e44b06fc718d |
children | 3b3c339f71c0 |
files | lisp/calendar/appt.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/appt.el Thu Oct 05 23:15:11 1995 +0000 +++ b/lisp/calendar/appt.el Thu Oct 05 23:40:03 1995 +0000 @@ -377,6 +377,7 @@ (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))))