]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_w32fns): Change default value of
authorJason Rumney <jasonr@gnu.org>
Thu, 29 Oct 2009 14:33:44 +0000 (14:33 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 29 Oct 2009 14:33:44 +0000 (14:33 +0000)
w32-scroll-lock-modifier to nil.  (Bug#2827)

src/ChangeLog
src/w32fns.c

index 2f045d2582898f431a7f7e30179222a733ad2e83..b7dfa322779a0373da30bd4dbd0a692a49f0a3fa 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-29  Jason Rumney  <jasonr@wanchan.jasonrumney.net>
+
+       * w32fns.c (syms_of_w32fns): Change default value of
+       w32-scroll-lock-modifier to nil.  (Bug#2827)
+
 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
 
        * minibuf.c (Fall_completions): Fix typos in docstring.
index c06fa4ea9d4c25d4cb8f18ed334ea969ed55e2f6..db7fdfbed9a76e9035da123c7ccae0c09491583e 100644 (file)
@@ -7055,7 +7055,7 @@ Set to nil to handle Caps Lock as the `capslock' key.  */);
 The value can be hyper, super, meta, alt, control or shift for the
 respective modifier, or nil to handle Scroll Lock as the `scroll' key.
 Any other value will cause the Scroll Lock key to be ignored.  */);
-  Vw32_scroll_lock_modifier = Qt;
+  Vw32_scroll_lock_modifier = Qnil;
 
   DEFVAR_LISP ("w32-lwindow-modifier",
               &Vw32_lwindow_modifier,