comparison lisp/mouse.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents d52b0a40bde9
children 074d6632232c 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
44 :group 'mouse) 44 :group 'mouse)
45 45
46 (defcustom mouse-drag-copy-region t 46 (defcustom mouse-drag-copy-region t
47 "*If non-nil, mouse drag copies region to kill-ring." 47 "*If non-nil, mouse drag copies region to kill-ring."
48 :type 'boolean 48 :type 'boolean
49 :version "21.4" 49 :version "22.1"
50 :group 'mouse) 50 :group 'mouse)
51 51
52 (defcustom mouse-1-click-follows-link 350 52 (defcustom mouse-1-click-follows-link 350
53 "Non-nil means that clicking Mouse-1 on a link follows the link. 53 "Non-nil means that clicking Mouse-1 on a link follows the link.
54 54
73 Note that dragging the mouse never follows the link. 73 Note that dragging the mouse never follows the link.
74 74
75 This feature only works in modes that specifically identify 75 This feature only works in modes that specifically identify
76 clickable text as links, so it may not work with some external 76 clickable text as links, so it may not work with some external
77 packages. See `mouse-on-link-p' for details." 77 packages. See `mouse-on-link-p' for details."
78 :version "21.4" 78 :version "22.1"
79 :type '(choice (const :tag "Disabled" nil) 79 :type '(choice (const :tag "Disabled" nil)
80 (const :tag "Double click" double) 80 (const :tag "Double click" double)
81 (number :tag "Single click time limit" :value 350) 81 (number :tag "Single click time limit" :value 350)
82 (other :tag "Single click" t)) 82 (other :tag "Single click" t))
83 :group 'mouse) 83 :group 'mouse)