changeset 16087:26b552f014ff

(mouse-select-window): Don't call unfocus-frame.
author Richard M. Stallman <rms@gnu.org>
date Tue, 03 Sep 1996 21:37:35 +0000
parents 33519c691e63
children a2e77dc54e24
files lisp/mouse.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mouse.el	Tue Sep 03 18:36:55 1996 +0000
+++ b/lisp/mouse.el	Tue Sep 03 21:37:35 1996 +0000
@@ -130,8 +130,7 @@
     (raise-frame frame)
     (select-frame frame)
     (or (eq frame oframe)
-	(set-mouse-position (selected-frame) (1- (frame-width)) 0))
-    (unfocus-frame)))
+	(set-mouse-position (selected-frame) (1- (frame-width)) 0))))
 
 (defun mouse-tear-off-window (click)
   "Delete the window clicked on, and create a new frame displaying its buffer."