1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(mouse-drag-track): Remove spurious input-pending-p test. Suggested

by Johan Bockgård.
This commit is contained in:
Chong Yidong 2007-03-19 15:52:04 +00:00
parent 72e823d84e
commit c2841cde5f

View 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))))