mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 08:43:52 -08:00
(other-frame): Warp the mouse so that the other
frame actually stays selected.
This commit is contained in:
parent
31ce77fa0a
commit
699213bcf1
1 changed files with 3 additions and 1 deletions
|
|
@ -371,7 +371,9 @@ A negative ARG moves in the opposite order."
|
|||
(setq frame (previous-frame frame)))
|
||||
(setq arg (1+ arg)))
|
||||
(raise-frame frame)
|
||||
(select-frame frame)))
|
||||
(select-frame frame)
|
||||
(set-mouse-position (selected-frame) (frame-width) 0)
|
||||
(unfocus-frame)))
|
||||
|
||||
;;;; Frame configurations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue