emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mouse.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Tue, 11 Oct 2005 11:30:33 -0400

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.280 emacs/lisp/mouse.el:1.281
*** emacs/lisp/mouse.el:1.280   Thu Sep 22 21:30:58 2005
--- emacs/lisp/mouse.el Tue Oct 11 15:30:31 2005
***************
*** 1026,1035 ****
                                      (and (integerp t0) (integerp t1)
                                           (if (> mouse-1-click-follows-link 0)
                                               (<= (- t1 t0) 
mouse-1-click-follows-link)
!                                            (< (- t0 t1) 
mouse-1-click-follows-link)))))
!                               (or (not double-click-time)
!                                   (sit-for 0 (if (integerp double-click-time)
!                                                  double-click-time 500) t)))))
                    (if (or (vectorp on-link) (stringp on-link))
                        (setq event (aref on-link 0))
                      (setcar event 'mouse-2)))
--- 1026,1032 ----
                                      (and (integerp t0) (integerp t1)
                                           (if (> mouse-1-click-follows-link 0)
                                               (<= (- t1 t0) 
mouse-1-click-follows-link)
!                                            (< (- t0 t1) 
mouse-1-click-follows-link))))))))
                    (if (or (vectorp on-link) (stringp on-link))
                        (setq event (aref on-link 0))
                      (setcar event 'mouse-2)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]