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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Wed, 09 Feb 2005 10:52:21 -0500

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.265 emacs/lisp/mouse.el:1.266
*** emacs/lisp/mouse.el:1.265   Thu Jan 13 20:06:32 2005
--- emacs/lisp/mouse.el Wed Feb  9 15:50:41 2005
***************
*** 46,52 ****
  (defcustom mouse-drag-copy-region t
    "*If non-nil, mouse drag copies region to kill-ring."
    :type 'boolean
!   :version "21.4"
    :group 'mouse)
  
  (defcustom mouse-1-click-follows-link 350
--- 46,52 ----
  (defcustom mouse-drag-copy-region t
    "*If non-nil, mouse drag copies region to kill-ring."
    :type 'boolean
!   :version "22.1"
    :group 'mouse)
  
  (defcustom mouse-1-click-follows-link 350
***************
*** 75,81 ****
  This feature only works in modes that specifically identify
  clickable text as links, so it may not work with some external
  packages.  See `mouse-on-link-p' for details."
!   :version "21.4"
    :type '(choice (const :tag "Disabled" nil)
                 (const :tag "Double click" double)
                   (number :tag "Single click time limit" :value 350)
--- 75,81 ----
  This feature only works in modes that specifically identify
  clickable text as links, so it may not work with some external
  packages.  See `mouse-on-link-p' for details."
!   :version "22.1"
    :type '(choice (const :tag "Disabled" nil)
                 (const :tag "Double click" double)
                   (number :tag "Single click time limit" :value 350)




reply via email to

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