From 5265a8423588dc93ce53ecb75cc6a8e712b59938 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 18 Mar 1998 20:04:56 +0000 Subject: [PATCH] (other-frame): Fix previous change. --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index 82b42b06691..ba9d089eaac 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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 () -- 2.39.5