aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-06-23 20:54:59 +0800
committerChong Yidong2012-06-23 20:54:59 +0800
commit7af107c7a3a0ced7becbcf6ac2237a843fcd0b80 (patch)
tree17edb6e98b73afad182c3584b7fb020b3b6b706f
parent05e89feafd8f09eb3d8efe2b92aff2d2c243b6fb (diff)
downloademacs-7af107c7a3a0ced7becbcf6ac2237a843fcd0b80.tar.gz
emacs-7af107c7a3a0ced7becbcf6ac2237a843fcd0b80.zip
Fix last commit.
-rw-r--r--lisp/mouse.el3
1 files changed, 0 insertions, 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
884 (copy-region-as-kill (mark) (point))))) 884 (copy-region-as-kill (mark) (point)))))
885 885
886 ;; Otherwise, run binding of terminating up-event. 886 ;; Otherwise, run binding of terminating up-event.
887 (setq foo (list (window-buffer (selected-window))
888 (current-buffer)))
889
890 (if do-multi-click 887 (if do-multi-click
891 (goto-char start-point) 888 (goto-char start-point)
892 (deactivate-mark) 889 (deactivate-mark)