]> git.eshelyaron.com Git - emacs.git/commitdiff
(other-frame): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Mar 1998 20:04:56 +0000 (20:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Mar 1998 20:04:56 +0000 (20:04 +0000)
lisp/frame.el

index 82b42b0669122a3f621832ef83cc821fabde77a5..ba9d089eaac5438ecde4cf5f8165a18e38c01c47 100644 (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 ()