emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108703: Fix last commit.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108703: Fix last commit.
Date: Sat, 23 Jun 2012 20:54:59 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108703
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-06-23 20:54:59 +0800
message:
  Fix last commit.
modified:
  lisp/mouse.el
=== modified file 'lisp/mouse.el'
--- a/lisp/mouse.el     2012-06-23 12:48:24 +0000
+++ b/lisp/mouse.el     2012-06-23 12:54:59 +0000
@@ -884,9 +884,6 @@
                     (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]