mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(mouse-drag-track): Remove spurious input-pending-p test. Suggested
by Johan Bockgård.
This commit is contained in:
parent
72e823d84e
commit
c2841cde5f
1 changed files with 0 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue