From e1877477ee97faf5cf326d2b4d701af3567ac599 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 3 Sep 1996 21:37:35 +0000 Subject: [PATCH] (mouse-select-window): Don't call unfocus-frame. --- lisp/mouse.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mouse.el b/lisp/mouse.el index cbddd2cacdd..c7f333c8332 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -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." -- 2.39.2