Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
47e0e0e4
Commit
47e0e0e4
authored
Oct 29, 2009
by
Jason Rumney
Browse files
(syms_of_w32fns): Change default value of
w32-scroll-lock-modifier to nil. (Bug#2827)
parent
4c5559bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/w32fns.c
src/w32fns.c
+1
-1
No files found.
src/ChangeLog
View file @
47e0e0e4
2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
* w32fns.c (syms_of_w32fns): Change default value of
w32-scroll-lock-modifier to nil. (Bug#2827)
2009-10-26 Juanma Barranquero <lekktu@gmail.com>
* minibuf.c (Fall_completions): Fix typos in docstring.
...
...
src/w32fns.c
View file @
47e0e0e4
...
...
@@ -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 = Q
t
;
Vw32_scroll_lock_modifier = Q
nil
;
DEFVAR_LISP ("w32-lwindow-modifier",
&Vw32_lwindow_modifier,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment