From: Jason Rumney Date: Thu, 29 Oct 2009 14:33:44 +0000 (+0000) Subject: (syms_of_w32fns): Change default value of X-Git-Tag: emacs-pretest-23.1.90~626 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47e0e0e4deab8809d4cd5298e51eb41aabeba929;p=emacs.git (syms_of_w32fns): Change default value of w32-scroll-lock-modifier to nil. (Bug#2827) --- 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,