1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(other-frame): Fix previous change.

This commit is contained in:
Richard M. Stallman 1998-03-18 20:04:56 +00:00
parent 0ac18fb09b
commit 5265a84235

View File

@ -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 ()