diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-21 06:51:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-21 06:51:26 +0000 |
commit | c686d67aa7e20e7f124d2b4717cbb379f4bfc210 (patch) | |
tree | 9f234b2d8f8d175e0f594bfddc509288dea601fa /src/dosfns.c | |
parent | 4538343b9c985c777c0ac76cdea09af7afb12dd0 (diff) | |
download | emacs-c686d67aa7e20e7f124d2b4717cbb379f4bfc210.tar.gz |
(syms_of_dosfns): Use 0x75 for dos_keypad_mode.
Diffstat (limited to 'src/dosfns.c')
-rw-r--r-- | src/dosfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index 1a73bdb91d2..e37ec00af70 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -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 = 0x70; + dos_keypad_mode = 0x75; DEFVAR_INT ("dos-keyboard-layout", &dos_keyboard_layout, "Contains the country code for the current keyboard layout.\n\ |