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: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Sun, 16 Oct 2005 12:50:05 -0400

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.282 emacs/lisp/mouse.el:1.283
*** emacs/lisp/mouse.el:1.282   Fri Oct 14 13:15:05 2005
--- emacs/lisp/mouse.el Sun Oct 16 16:50:00 2005
***************
*** 54,60 ****
  
  With the default setting, an ordinary Mouse-1 click on a link
  performs the same action as Mouse-2 on that link, while a longer
! Mouse-1 click \(hold down the Mouse-1 button for more than 350
  milliseconds) performs the original Mouse-1 binding \(which
  typically sets point where you click the mouse).
  
--- 54,60 ----
  
  With the default setting, an ordinary Mouse-1 click on a link
  performs the same action as Mouse-2 on that link, while a longer
! Mouse-1 click \(hold down the Mouse-1 button for more than 450
  milliseconds) performs the original Mouse-1 binding \(which
  typically sets point where you click the mouse).
  
***************
*** 78,84 ****
    :version "22.1"
    :type '(choice (const :tag "Disabled" nil)
                 (const :tag "Double click" double)
!                  (number :tag "Single click time limit" :value 350)
                   (other :tag "Single click" t))
    :group 'mouse)
  
--- 78,84 ----
    :version "22.1"
    :type '(choice (const :tag "Disabled" nil)
                 (const :tag "Double click" double)
!                  (number :tag "Single click time limit" :value 450)
                   (other :tag "Single click" t))
    :group 'mouse)
  




reply via email to

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