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
f13183cf
Commit
f13183cf
authored
Dec 20, 2010
by
Chong Yidong
Browse files
* src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
parent
778ca437
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
etc/NEWS
etc/NEWS
+2
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/frame.c
src/frame.c
+0
-8
No files found.
etc/NEWS
View file @
f13183cf
...
...
@@ -222,6 +222,8 @@ the remote file-name cache is used for read access.
** The standalone programs lib-src/digest-doc and sorted-doc have been
replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'.
** The variable `focus-follows-mouse' now always defaults to nil.
* Editing Changes in Emacs 24.1
...
...
src/ChangeLog
View file @
f13183cf
2010-12-20 Chong Yidong <cyd@stupidchicken.com>
* frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
2010-12-20 Chong Yidong <cyd@stupidchicken.com>
* keyboard.c (Vtool_bar_separator_image_expression): New variable.
...
...
src/frame.c
View file @
f13183cf
...
...
@@ -4602,15 +4602,7 @@ This variable is local to the current terminal and cannot be buffer-local. */);
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. See also `mouse-autoselect-window'. */);
#ifdef HAVE_WINDOW_SYSTEM
#if defined(HAVE_NTGUI) || defined(HAVE_NS)
focus_follows_mouse
=
0
;
#else
focus_follows_mouse
=
1
;
#endif
#else
focus_follows_mouse = 0;
#endif
staticpro (&Vframe_list);
...
...
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