changeset 21216:54c89f745c5d

(other-frame): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 Mar 1998 20:04:56 +0000
parents 2702850b72d6
children 18acb2723ec5
files lisp/frame.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Wed Mar 18 20:03:48 1998 +0000
+++ b/lisp/frame.el	Wed Mar 18 20:04:56 1998 +0000
@@ -524,7 +524,7 @@
     ;; 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 ()