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 17:57:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/13 17:57:47

Index: frame.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/frame.el,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -b -r1.258 -r1.259
--- frame.el    13 Oct 2007 16:50:36 -0000      1.258
+++ frame.el    13 Oct 2007 17:57:47 -0000      1.259
@@ -822,8 +822,8 @@
     ;; Ensure, if possible, that frame gets input focus.
     (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))))
+    (when focus-follows-mouse
+      (set-mouse-position (selected-frame) (1- (frame-width)) 0)))
 
 (defun other-frame (arg)
   "Select the ARGth different visible frame on current display, and raise it.




reply via email to

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