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
b3d5621c
Commit
b3d5621c
authored
Nov 21, 1995
by
Richard M. Stallman
Browse files
(syms_of_dosfns): Use 0x75 for dos_keypad_mode.
parent
f587d7ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dosfns.c
src/dosfns.c
+1
-1
No files found.
src/dosfns.c
View file @
b3d5621c
...
...
@@ -458,7 +458,7 @@ The value is an integer constructed by adding the following bits together:\n\
0x40 Grey key returns kp-key (if numlock OFF)
\n
\
\n
\
0x200 ALT-0..ALT-9 in top-row produces shifted codes."
);
dos_keypad_mode
=
0x7
0
;
dos_keypad_mode
=
0x7
5
;
DEFVAR_INT
(
"dos-keyboard-layout"
,
&
dos_keyboard_layout
,
"Contains the country code for the current keyboard layout.
\n
\
...
...
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