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,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el,v
Date: Sat, 13 Oct 2007 16:50:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/13 16:50:37

Index: frame.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/frame.el,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -b -r1.257 -r1.258
--- frame.el    10 Oct 2007 20:44:33 -0000      1.257
+++ frame.el    13 Oct 2007 16:50:36 -0000      1.258
@@ -820,8 +820,8 @@
     (select-frame frame)
     (raise-frame frame)
     ;; Ensure, if possible, that frame gets input focus.
-    (cond ((memq (window-system frame) '(x max w32))
-          (x-focus-frame frame)))
+    (when (memq (window-system frame) '(x mac w32))
+          (x-focus-frame frame))
     (cond (focus-follows-mouse
           (set-mouse-position (selected-frame) (1- (frame-width)) 0))))
 




reply via email to

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