aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
diff options
context:
space:
mode:
authorSteven Tamm2002-12-30 17:20:06 +0000
committerSteven Tamm2002-12-30 17:20:06 +0000
commitb37113a158b0c0728f372bf883602dae9c7a1dcb (patch)
treebb4e6f8cc4b8a775cd67ff7bc04b2aed30958b67 /src/macterm.c
parentd28242e143727e295e73e45549bc64806e42ab72 (diff)
downloademacs-b37113a158b0c0728f372bf883602dae9c7a1dcb.tar.gz
emacs-b37113a158b0c0728f372bf883602dae9c7a1dcb.zip
* macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
to default to t.
Diffstat (limited to 'src/macterm.c')
-rw-r--r--src/macterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macterm.c b/src/macterm.c
index 0e97e6bbb30..79cb7106821 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -13760,7 +13760,7 @@ Otherwise the option key is used. */);
13760 doc: /* Non-nil means that the wheel button will be treated as mouse-2 and 13760 doc: /* Non-nil means that the wheel button will be treated as mouse-2 and
13761the right click will be mouse-3. 13761the right click will be mouse-3.
13762Otherwise, the right click will be mouse-2 and the wheel button mouse-3.*/); 13762Otherwise, the right click will be mouse-2 and the wheel button mouse-3.*/);
13763 Vmac_wheel_button_is_mouse_2 = Qnil; 13763 Vmac_wheel_button_is_mouse_2 = Qt;
13764 13764
13765 DEFVAR_LISP ("mac-pass-command-to-system", &Vmac_pass_command_to_system, 13765 DEFVAR_LISP ("mac-pass-command-to-system", &Vmac_pass_command_to_system,
13766 doc: /* If non-nil, the Mac \"Command\" key is passed on to the Mac 13766 doc: /* If non-nil, the Mac \"Command\" key is passed on to the Mac