# HG changeset patch # User Jason Rumney # Date 1189034188 0 # Node ID 98e06e3714ca5851c824716765abb859f1673350 # Parent 5ec8fe8efb1e7c9ddd7a5997e8d1a00cbe78e5c6 (focus-follows-mouse): Doc-fix. Change default on w32. diff -r 5ec8fe8efb1e -r 98e06e3714ca lisp/frame.el --- a/lisp/frame.el Wed Sep 05 03:21:57 2007 +0000 +++ b/lisp/frame.el Wed Sep 05 23:16:28 2007 +0000 @@ -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")