w32-scroll-lock-modifier to nil. (Bug#2827)
+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.
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,