Mercurial > emacs
changeset 73070:834af994714d
(focus-follows-mouse): Set default to nil on Mac.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 23 Sep 2006 09:16:40 +0000 |
parents | 193419fa42c0 |
children | 2a9cd15ddc2a |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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