summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-03-19 15:52:04 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-03-19 15:52:04 +0000
commitc2841cde5fc3be440cf8ca117439e5dd1512e535 (patch)
tree41f664207737998a044e71171d69fa53872859d8
parent72e823d84ee467a4aec725c789e875202ec00377 (diff)
downloademacs-c2841cde5fc3be440cf8ca117439e5dd1512e535.tar.gz
(mouse-drag-track): Remove spurious input-pending-p test. Suggested
by Johan Bockgård.
-rw-r--r--lisp/mouse.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 94897f57e99..8e9d931c15c 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -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))))