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
d6c19bb3
Commit
d6c19bb3
authored
Oct 12, 2007
by
Martin Rudalics
Browse files
(handle-select-window): Revert part of 2007-10-06
change setting the input focus.
parent
61bbdbc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/window.el
lisp/window.el
+0
-4
No files found.
lisp/ChangeLog
View file @
d6c19bb3
2007-10-12 Martin Rudalics <rudalics@gmx.at>
* window.el (handle-select-window): Revert part of 2007-10-06
change setting the input focus.
2007-10-12 Glenn Morris <rgm@gnu.org>
* cus-edit.el (custom-variable-menu, custom-face-menu)
lisp/window.el
View file @
d6c19bb3
...
...
@@ -925,10 +925,6 @@ active. This function is run by `mouse-autoselect-window-timer'."
(
when
mouse-autoselect-window
;; Reset state of delayed autoselection.
(
setq
mouse-autoselect-window-state
nil
)
;; Set input focus to handle cross-frame movement. Bind
;; `focus-follows-mouse' to avoid moving the mouse cursor.
(
let
(
focus-follows-mouse
)
(
select-frame-set-input-focus
(
window-frame
window
)))
;; Run `mouse-leave-buffer-hook' when autoselecting window.
(
run-hooks
'mouse-leave-buffer-hook
))
(
select-window
window
))))
...
...
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