diff src/w32fns.c @ 105794:26f423968392

(syms_of_w32fns): Change default value of w32-scroll-lock-modifier to nil. (Bug#2827)
author Jason Rumney <jasonr@gnu.org>
date Thu, 29 Oct 2009 14:33:44 +0000
parents 68dd71358159
children 21bdda3ded62
line wrap: on
line diff
--- a/src/w32fns.c	Wed Oct 28 19:30:25 2009 +0000
+++ b/src/w32fns.c	Thu Oct 29 14:33:44 2009 +0000
@@ -7055,7 +7055,7 @@
 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,