Mercurial > emacs
changeset 76575:87812a667b64
(mouse-drag-track): Remove spurious input-pending-p test. Suggested
by Johan Bockgrd.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 19 Mar 2007 15:52:04 +0000 |
parents | 5d06fa7b3e62 |
children | f117baed9372 |
files | lisp/mouse.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse.el Mon Mar 19 15:51:54 2007 +0000 +++ b/lisp/mouse.el Mon Mar 19 15:52:04 2007 +0000 @@ -1052,7 +1052,6 @@ (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))))