From: Richard M. Stallman Date: Wed, 18 Mar 1998 20:04:56 +0000 (+0000) Subject: (other-frame): Fix previous change. X-Git-Tag: emacs-20.3~1858 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5265a8423588dc93ce53ecb75cc6a8e712b59938;p=emacs.git (other-frame): Fix previous change. --- 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 ()