diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/w32fns.c | 2 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-10-26 Juanma Barranquero <lekktu@gmail.com> | 6 | 2009-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. */); | |||
| 7055 | The value can be hyper, super, meta, alt, control or shift for the | 7055 | The value can be hyper, super, meta, alt, control or shift for the |
| 7056 | respective modifier, or nil to handle Scroll Lock as the `scroll' key. | 7056 | respective modifier, or nil to handle Scroll Lock as the `scroll' key. |
| 7057 | Any other value will cause the Scroll Lock key to be ignored. */); | 7057 | Any 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, |