aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2009-10-29 14:33:44 +0000
committerJason Rumney2009-10-29 14:33:44 +0000
commit47e0e0e4deab8809d4cd5298e51eb41aabeba929 (patch)
treed9b8bc2fae5985d676cd08e9ab09d185a2907bb1 /src
parent4c5559bf3965c883e4a7146e96b56e6786a12aa3 (diff)
downloademacs-47e0e0e4deab8809d4cd5298e51eb41aabeba929.tar.gz
emacs-47e0e0e4deab8809d4cd5298e51eb41aabeba929.zip
(syms_of_w32fns): Change default value of
w32-scroll-lock-modifier to nil. (Bug#2827)
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/w32fns.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2f045d25828..b7dfa322779 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
2
3 * w32fns.c (syms_of_w32fns): Change default value of
4 w32-scroll-lock-modifier to nil. (Bug#2827)
5
12009-10-26 Juanma Barranquero <lekktu@gmail.com> 62009-10-26 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * minibuf.c (Fall_completions): Fix typos in docstring. 8 * 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. */);
7055The value can be hyper, super, meta, alt, control or shift for the 7055The value can be hyper, super, meta, alt, control or shift for the
7056respective modifier, or nil to handle Scroll Lock as the `scroll' key. 7056respective modifier, or nil to handle Scroll Lock as the `scroll' key.
7057Any other value will cause the Scroll Lock key to be ignored. */); 7057Any other value will cause the Scroll Lock key to be ignored. */);
7058 Vw32_scroll_lock_modifier = Qt; 7058 Vw32_scroll_lock_modifier = Qnil;
7059 7059
7060 DEFVAR_LISP ("w32-lwindow-modifier", 7060 DEFVAR_LISP ("w32-lwindow-modifier",
7061 &Vw32_lwindow_modifier, 7061 &Vw32_lwindow_modifier,