aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJason Rumney2002-05-04 22:16:31 +0000
committerJason Rumney2002-05-04 22:16:31 +0000
commitb3ddc2a7382d1fd2b18f8b75446746381364b48e (patch)
treeb7ab365f0da70d6da306919dca30e41fcd0689c3 /lisp
parent5608c896037cfac68b7083c6162e30639a4390eb (diff)
downloademacs-b3ddc2a7382d1fd2b18f8b75446746381364b48e.tar.gz
emacs-b3ddc2a7382d1fd2b18f8b75446746381364b48e.zip
(mouse-wheel-scroll-amount): Removed.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/w32-vars.el23
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 @@
33 :version "21.3" 33 :version "21.3"
34 :prefix "w32") 34 :prefix "w32")
35 35
36;; mwheel.el should probably be adapted to accept mouse-wheel events
37;; then this could go.
38(defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil))
39 "*Amount to scroll windows by when spinning the mouse wheel.
40This is actually a cons cell, where the first item is the amount to scroll
41on a normal wheel event. The rest is ignored on Windows, see mwheel.el if
42you wish to implement modifier keys."
43 :group 'w32
44 :group 'mouse
45 :type '(cons
46 (choice :tag "Normal"
47 (const :tag "Full screen" :value nil)
48 (integer :tag "Specific # of lines")
49 (float :tag "Fraction of window"))
50 (repeat
51 (cons
52 (repeat (choice :tag "modifier" (const alt) (const control) (const hyper)
53 (const meta) (const shift) (const super)))
54 (choice :tag "scroll amount"
55 (const :tag "Full screen" :value nil)
56 (integer :tag "Specific # of lines")
57 (float :tag "Fraction of window"))))))
58
59;; Redefine the font selection to use the standard W32 dialog 36;; Redefine the font selection to use the standard W32 dialog
60(defcustom w32-use-w32-font-dialog t 37(defcustom w32-use-w32-font-dialog t
61 "*Use the standard font dialog. 38 "*Use the standard font dialog.