]> git.eshelyaron.com Git - emacs.git/commitdiff
* macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
authorSteven Tamm <steventamm@mac.com>
Mon, 30 Dec 2002 17:20:06 +0000 (17:20 +0000)
committerSteven Tamm <steventamm@mac.com>
Mon, 30 Dec 2002 17:20:06 +0000 (17:20 +0000)
to default to t.

src/ChangeLog
src/macterm.c

index 53010d82ae91d2c4107a1cebe804003782c2c1ba..b9c6c7ed27ebfcc59e417c209626fb928bf57002 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-30  Steven Tamm  <steventamm@mac.com>
+
+       * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 
+       to default to t.
+
 2002-12-29  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
        * data.c (Fstring_to_number, Fminus): Better English in doc strings.
index 0e97e6bbb30055e8e3a5a2776681f7ab610b894c..79cb7106821aed53065d04662e2a27c31e78c103 100644 (file)
@@ -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