]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-drag-track): Remove spurious input-pending-p test. Suggested
authorChong Yidong <cyd@stupidchicken.com>
Mon, 19 Mar 2007 15:52:04 +0000 (15:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 19 Mar 2007 15:52:04 +0000 (15:52 +0000)
by Johan Bockgård.

lisp/mouse.el

index 94897f57e996e2eb88a599ee1140cb95891343a5..8e9d931c15c67d7bf06050bae5b0e39fc9ed8c04 100644 (file)
@@ -1052,7 +1052,6 @@ should only be used by mouse-drag-region."
                                (not (eq mouse-1-click-follows-link 'double))
                                (= click-count 0)
                                (= (event-click-count event) 1)
-                               (not (input-pending-p))
                                (or (not (integerp mouse-1-click-follows-link))
                                    (let ((t0 (posn-timestamp (event-start start-event)))
                                          (t1 (posn-timestamp (event-end event))))