# HG changeset patch # User Markus Rost # Date 1039463034 0 # Node ID baf774b3f991a5c2c246c44e5276f76c313fdd5e # Parent 68ba1a03c8d7e9238a35f2a2e828cc3071f96dd9 (mouse-wheel-scroll-amount): Revert previous change - customize type 'float is now defined. diff -r 68ba1a03c8d7 -r baf774b3f991 lisp/mwheel.el --- a/lisp/mwheel.el Mon Dec 09 19:37:58 2002 +0000 +++ b/lisp/mwheel.el Mon Dec 09 19:43:54 2002 +0000 @@ -111,7 +111,7 @@ (choice :tag "Normal" (const :tag "Full screen" :value nil) (integer :tag "Specific # of lines") - (number :tag "Fraction of window") + (float :tag "Fraction of window") (cons (repeat (choice :tag "modifier" (const alt) (const control) (const hyper) @@ -119,7 +119,7 @@ (choice :tag "scroll amount" (const :tag "Full screen" :value nil) (integer :tag "Specific # of lines") - (number :tag "Fraction of window")))) + (float :tag "Fraction of window")))) (repeat (cons (repeat (choice :tag "modifier" @@ -128,7 +128,7 @@ (choice :tag "scroll amount" (const :tag "Full screen" :value nil) (integer :tag "Specific # of lines") - (number :tag "Fraction of window")))))) + (float :tag "Fraction of window")))))) (defcustom mouse-wheel-progessive-speed t "If non-nil, the faster the user moves the wheel, the faster the scrolling.