diff options
author | Jason Rumney <jasonr@gnu.org> | 2002-05-04 22:16:31 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2002-05-04 22:16:31 +0000 |
commit | b3ddc2a7382d1fd2b18f8b75446746381364b48e (patch) | |
tree | b7ab365f0da70d6da306919dca30e41fcd0689c3 /lisp/w32-vars.el | |
parent | 5608c896037cfac68b7083c6162e30639a4390eb (diff) | |
download | emacs-b3ddc2a7382d1fd2b18f8b75446746381364b48e.tar.gz |
(mouse-wheel-scroll-amount): Removed.
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r-- | lisp/w32-vars.el | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 9e2733c68b1..c92bcee3833 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -33,29 +33,6 @@ :version "21.3" :prefix "w32") -;; mwheel.el should probably be adapted to accept mouse-wheel events -;; then this could go. -(defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil)) - "*Amount to scroll windows by when spinning the mouse wheel. -This is actually a cons cell, where the first item is the amount to scroll -on a normal wheel event. The rest is ignored on Windows, see mwheel.el if -you wish to implement modifier keys." - :group 'w32 - :group 'mouse - :type '(cons - (choice :tag "Normal" - (const :tag "Full screen" :value nil) - (integer :tag "Specific # of lines") - (float :tag "Fraction of window")) - (repeat - (cons - (repeat (choice :tag "modifier" (const alt) (const control) (const hyper) - (const meta) (const shift) (const super))) - (choice :tag "scroll amount" - (const :tag "Full screen" :value nil) - (integer :tag "Specific # of lines") - (float :tag "Fraction of window")))))) - ;; Redefine the font selection to use the standard W32 dialog (defcustom w32-use-w32-font-dialog t "*Use the standard font dialog. |