diff options
| -rw-r--r-- | lisp/mouse.el | 1 |
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." | |||
| 1052 | (not (eq mouse-1-click-follows-link 'double)) | 1052 | (not (eq mouse-1-click-follows-link 'double)) |
| 1053 | (= click-count 0) | 1053 | (= click-count 0) |
| 1054 | (= (event-click-count event) 1) | 1054 | (= (event-click-count event) 1) |
| 1055 | (not (input-pending-p)) | ||
| 1056 | (or (not (integerp mouse-1-click-follows-link)) | 1055 | (or (not (integerp mouse-1-click-follows-link)) |
| 1057 | (let ((t0 (posn-timestamp (event-start start-event))) | 1056 | (let ((t0 (posn-timestamp (event-start start-event))) |
| 1058 | (t1 (posn-timestamp (event-end event)))) | 1057 | (t1 (posn-timestamp (event-end event)))) |