changeset 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 b1c28ab3d90f
children 8476a21754a6
files src/ChangeLog src/w32fns.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 28 19:30:25 2009 +0000
+++ b/src/ChangeLog	Thu Oct 29 14:33:44 2009 +0000
@@ -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.
--- 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,