emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/frame.el


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Sat, 25 Mar 2006 07:40:18 +0000

Index: emacs/lisp/frame.el
diff -u emacs/lisp/frame.el:1.235 emacs/lisp/frame.el:1.236
--- emacs/lisp/frame.el:1.235   Fri Feb 10 08:19:36 2006
+++ emacs/lisp/frame.el Sat Mar 25 07:40:18 2006
@@ -767,7 +767,7 @@
     (raise-frame frame)
     (select-frame frame)
     ;; Ensure, if possible, that frame gets input focus.
-    (cond ((eq window-system 'x)
+    (cond ((memq window-system '(x mac))
           (x-focus-frame frame))
          ((eq window-system 'w32)
           (w32-focus-frame frame)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]