]> git.eshelyaron.com Git - emacs.git/commitdiff
(other-frame): Don't call unfocus-frame.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 Sep 1996 21:38:45 +0000 (21:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 Sep 1996 21:38:45 +0000 (21:38 +0000)
lisp/frame.el

index 274b86bbc9550441d0f76be99dbd8979b69e21e2..b8184b98adc83374f12bdfd465fba9be0f51f8c4 100644 (file)
@@ -514,9 +514,7 @@ A negative ARG moves in the opposite order."
       (setq arg (1+ arg)))
     (raise-frame frame)
     (select-frame frame)
-    (set-mouse-position (selected-frame) (1- (frame-width)) 0)
-    (if (fboundp 'unfocus-frame)
-       (unfocus-frame))))
+    (set-mouse-position (selected-frame) (1- (frame-width)) 0)))
 \f
 ;;;; Frame configurations