Changeset 4169 for trunk/lisp/frame.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/frame.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/frame.el
r4161 r4169 682 682 (cdr param-list)) 683 683 684 (defcustom focus-follows-mouse t684 (defcustom focus-follows-mouse (not (eq window-system 'mac)) 685 685 "*Non-nil if window system changes focus when you move the mouse. 686 686 You should set this variable to tell Emacs how your window manager
