# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1159003000 0 # Node ID 834af994714d42217190fd9ba41030f9c3af0ff0 # Parent 193419fa42c0b7ac46df0989e4c8f0673c10400d (focus-follows-mouse): Set default to nil on Mac. diff -r 193419fa42c0 -r 834af994714d lisp/frame.el --- a/lisp/frame.el Sat Sep 23 05:37:18 2006 +0000 +++ b/lisp/frame.el Sat Sep 23 09:16:40 2006 +0000 @@ -681,7 +681,7 @@ (nreverse frame-initial-geometry-arguments)) (cdr param-list)) -(defcustom focus-follows-mouse t +(defcustom focus-follows-mouse (not (eq window-system 'mac)) "*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