aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/macterm.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 53010d82ae9..b9c6c7ed27e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-12-30 Steven Tamm <steventamm@mac.com>
2
3 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
4 to default to t.
5
12002-12-29 Francesco Potort,Al(B <pot@gnu.org> 62002-12-29 Francesco Potort,Al(B <pot@gnu.org>
2 7
3 * data.c (Fstring_to_number, Fminus): Better English in doc strings. 8 * 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. */);
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