Mercurial > emacs
diff lisp/mouse.el @ 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 | 2ee7579db4a9 |
children | 14f248aae1e0 |
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."