From 7af107c7a3a0ced7becbcf6ac2237a843fcd0b80 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 23 Jun 2012 20:54:59 +0800 Subject: [PATCH] Fix last commit. --- lisp/mouse.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/mouse.el b/lisp/mouse.el index c8862454e39..c130a27a8e4 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -884,9 +884,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