diff options
author | Chong Yidong <cyd@gnu.org> | 2012-06-23 20:54:59 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-06-23 20:54:59 +0800 |
commit | 7af107c7a3a0ced7becbcf6ac2237a843fcd0b80 (patch) | |
tree | 17edb6e98b73afad182c3584b7fb020b3b6b706f /lisp/mouse.el | |
parent | 05e89feafd8f09eb3d8efe2b92aff2d2c243b6fb (diff) | |
download | emacs-7af107c7a3a0ced7becbcf6ac2237a843fcd0b80.tar.gz emacs-7af107c7a3a0ced7becbcf6ac2237a843fcd0b80.tar.bz2 emacs-7af107c7a3a0ced7becbcf6ac2237a843fcd0b80.zip |
Fix last commit.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 3 |
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 (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) |