From 47e0e0e4deab8809d4cd5298e51eb41aabeba929 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 29 Oct 2009 14:33:44 +0000 Subject: [PATCH] (syms_of_w32fns): Change default value of w32-scroll-lock-modifier to nil. (Bug#2827) --- src/ChangeLog | 5 +++++ src/w32fns.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 2f045d25828..b7dfa322779 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-10-29 Jason Rumney + + * w32fns.c (syms_of_w32fns): Change default value of + w32-scroll-lock-modifier to nil. (Bug#2827) + 2009-10-26 Juanma Barranquero * minibuf.c (Fall_completions): Fix typos in docstring. diff --git a/src/w32fns.c b/src/w32fns.c index c06fa4ea9d4..db7fdfbed9a 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -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, -- 2.39.5