# HG changeset patch # User Jason Rumney # Date 1256826824 0 # Node ID 26f423968392c93a04437335a70d9ebfd52e8043 # Parent b1c28ab3d90f4f833c21c8d4b3f2af681b1d46b9 (syms_of_w32fns): Change default value of w32-scroll-lock-modifier to nil. (Bug#2827) diff -r b1c28ab3d90f -r 26f423968392 src/ChangeLog --- 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 + + * 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 -r b1c28ab3d90f -r 26f423968392 src/w32fns.c --- 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,