1
0
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:
Markus Rost 2002-11-29 18:02:52 +00:00
parent 7da3d06f07
commit 68f2d6419c
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2002-11-29 Richard M. Stallman <rms@gnu.org>
* mail/rmail.el (rmail-convert-to-babyl-format): * mail/rmail.el (rmail-convert-to-babyl-format):

View File

@ -93,7 +93,7 @@ set to the event sent when clicking on the mouse wheel button."
(defcustom mouse-wheel-inhibit-click-time 0.35 (defcustom mouse-wheel-inhibit-click-time 0.35
"Time in seconds to inhibit clicking on mouse wheel button after scroll." "Time in seconds to inhibit clicking on mouse wheel button after scroll."
:group 'mouse :group 'mouse
:type 'float) :type 'number)
(defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil)) (defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil))
"Amount to scroll windows by when spinning the mouse wheel. "Amount to scroll windows by when spinning the mouse wheel.