mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(mouse-wheel-inhibit-click-time): Fix custom type.
This commit is contained in:
parent
7da3d06f07
commit
68f2d6419c
@ -1,3 +1,7 @@
|
||||
2002-11-29 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
|
||||
|
||||
2002-11-29 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* mail/rmail.el (rmail-convert-to-babyl-format):
|
||||
|
@ -93,7 +93,7 @@ set to the event sent when clicking on the mouse wheel button."
|
||||
(defcustom mouse-wheel-inhibit-click-time 0.35
|
||||
"Time in seconds to inhibit clicking on mouse wheel button after scroll."
|
||||
:group 'mouse
|
||||
:type 'float)
|
||||
:type 'number)
|
||||
|
||||
(defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil))
|
||||
"Amount to scroll windows by when spinning the mouse wheel.
|
||||
|
Loading…
Reference in New Issue
Block a user