From b37113a158b0c0728f372bf883602dae9c7a1dcb Mon Sep 17 00:00:00 2001 From: Steven Tamm Date: Mon, 30 Dec 2002 17:20:06 +0000 Subject: [PATCH] * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 to default to t. --- src/ChangeLog | 5 +++++ src/macterm.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 53010d82ae9..b9c6c7ed27e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-12-30 Steven Tamm + + * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 + to default to t. + 2002-12-29 Francesco Potort,Al(B * data.c (Fstring_to_number, Fminus): Better English in doc strings. 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. */); doc: /* Non-nil means that the wheel button will be treated as mouse-2 and the right click will be mouse-3. Otherwise, the right click will be mouse-2 and the wheel button mouse-3.*/); - Vmac_wheel_button_is_mouse_2 = Qnil; + Vmac_wheel_button_is_mouse_2 = Qt; DEFVAR_LISP ("mac-pass-command-to-system", &Vmac_pass_command_to_system, doc: /* If non-nil, the Mac \"Command\" key is passed on to the Mac -- 2.39.2