summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))))