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
86677b58
Commit
86677b58
authored
Nov 24, 2009
by
Glenn Morris
Browse files
(focus-follows-mouse): Mention mouse-autoselect-window.
parent
65235b0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
86677b58
2009-11-24 Glenn Morris <rgm@gnu.org>
* frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
* Makefile.in: Must create deps for ecrt0.o in its rule.
...
...
src/frame.c
View file @
86677b58
...
...
@@ -4642,7 +4642,7 @@ This variable is local to the current terminal and cannot be buffer-local. */);
doc:
/* 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. */
);
automatically.
See also `mouse-autoselect-window'.
*/
);
#ifdef HAVE_WINDOW_SYSTEM
#if defined(HAVE_NTGUI) || defined(HAVE_NS)
focus_follows_mouse
=
0
;
...
...
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