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 [EMACS_22_BASE]


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el,v [EMACS_22_BASE]
Date: Wed, 05 Sep 2007 23:16:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jason Rumney <jasonr>   07/09/05 23:16:29

Index: frame.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/frame.el,v
retrieving revision 1.243.2.2
retrieving revision 1.243.2.3
diff -u -b -r1.243.2.2 -r1.243.2.3
--- frame.el    8 Aug 2007 07:38:47 -0000       1.243.2.2
+++ frame.el    5 Sep 2007 23:16:28 -0000       1.243.2.3
@@ -681,13 +681,11 @@
        (nreverse frame-initial-geometry-arguments))
   (cdr param-list))
 
-(defcustom focus-follows-mouse (not (eq window-system 'mac))
+(defcustom focus-follows-mouse (not (memq window-system '(mac w32)))
   "*Non-nil if window system changes focus when you move the mouse.
 You should set this variable to tell Emacs how your window manager
 handles focus, since there is no way in general for Emacs to find out
-automatically.
-
-This variable does not have any effect on MS-Windows."
+automatically."
   :type 'boolean
   :group 'frames
   :version "20.3")




reply via email to

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