emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111685: mouse.el comment


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111685: mouse.el comment
Date: Wed, 06 Feb 2013 20:54:50 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111685
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-02-06 20:54:50 -0500
message:
  mouse.el comment
modified:
  lisp/mouse.el
=== modified file 'lisp/mouse.el'
--- a/lisp/mouse.el     2013-02-01 23:40:55 +0000
+++ b/lisp/mouse.el     2013-02-07 01:54:50 +0000
@@ -865,6 +865,8 @@
 
       ;; Find its binding.
       (let* ((fun (key-binding (vector (car event))))
+            ;; FIXME This doesn't make sense, because
+            ;; event-click-count always returns something >= 1.
             (do-multi-click (and (> (event-click-count event) 0)
                                  (functionp fun)
                                  (not (memq fun '(mouse-set-point


reply via email to

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