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

index cbddd2cacdddd5e1b035662c238122bcbc1ab9d4..c7f333c8332ac6a85c5915628810b0f6ec253dd4 100644 (file)
@@ -130,8 +130,7 @@ This must be bound to a mouse click."
     (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."