mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(other-frame): Fix previous change.
This commit is contained in:
parent
0ac18fb09b
commit
5265a84235
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ A negative ARG moves in the opposite order."
|
|||
;; Ensure, if possible, that frame gets input focus.
|
||||
(if (eq window-system 'w32)
|
||||
(w32-focus-frame frame)
|
||||
(unless focus-follows-mouse
|
||||
(when focus-follows-mouse
|
||||
(set-mouse-position (selected-frame) (1- (frame-width)) 0)))))
|
||||
|
||||
(defun make-frame-names-alist ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue