From 7178e7222c34f2654ccc126c64eb16fbe5f382b5 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 7 Aug 2012 11:24:52 +0800 Subject: [PATCH] Backport 2012-06-23T12:54:59Z!cyd@gnu.org from trunk --- lisp/mouse.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/mouse.el b/lisp/mouse.el index 53238f03524..aef344e3f2a 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -885,9 +885,6 @@ DO-MOUSE-DRAG-REGION-POST-PROCESS should only be used by (copy-region-as-kill (mark) (point))))) ;; Otherwise, run binding of terminating up-event. - (setq foo (list (window-buffer (selected-window)) - (current-buffer))) - (if do-multi-click (goto-char start-point) (deactivate-mark) -- 2.11.4.GIT