Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6527c9b7
Commit
6527c9b7
authored
Feb 26, 2002
by
Richard M. Stallman
Browse files
(focus-follows-mouse): Doc fix.
parent
f5b92c89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/frame.el
lisp/frame.el
+4
-1
No files found.
lisp/ChangeLog
View file @
6527c9b7
2002-02-25 Richard M. Stallman <rms@gnu.org>
* frame.el (focus-follows-mouse): Doc fix.
2002-02-26 Miles Bader <miles@gnu.org>
* mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
...
...
lisp/frame.el
View file @
6527c9b7
...
...
@@ -641,7 +641,10 @@ the user during startup."
(
defcustom
focus-follows-mouse
t
"*Non-nil if window system changes focus when you move the mouse."
"*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."
:type
'boolean
:group
'frames
:version
"20.3"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment