From fbebec273d7e0e303404885cf36f75f298cea482 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 31 Jul 2000 15:34:07 +0000 Subject: [PATCH] (appt-disp-window): Use display-multi-frame-p instead of window-system. --- lisp/calendar/appt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 623d94cd96a..8c8076a8413 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -381,7 +381,7 @@ The following variables control appointment notification: (if (equal (selected-window) (minibuffer-window)) (if (other-window 1) (select-window (other-window 1)) - (if window-system + (if (display-multi-frame-p) (select-frame (other-frame 1))))) (let* ((this-buffer (current-buffer)) -- 2.39.2