From: YAMAMOTO Mitsuharu Date: Sat, 23 Sep 2006 09:16:40 +0000 (+0000) Subject: (focus-follows-mouse): Set default to nil on Mac. X-Git-Tag: emacs-pretest-22.0.90~387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ff62eacf84b86f08fd2940152f173c9a76f09a3;p=emacs.git (focus-follows-mouse): Set default to nil on Mac. --- diff --git a/lisp/frame.el b/lisp/frame.el index 8f7fdf1fd5c..9aba8c54089 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -681,7 +681,7 @@ the user during startup." (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