diff options
| author | Richard M. Stallman | 1995-11-21 06:51:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-21 06:51:26 +0000 |
| commit | b3d5621c9b2e3139bb3679f38a9f098b8e431b30 (patch) | |
| tree | c7b6d3e5a92e1563e51e815d7265e8ef3f635f7e /src | |
| parent | f587d7acaca04810653399b332ff012535481592 (diff) | |
| download | emacs-b3d5621c9b2e3139bb3679f38a9f098b8e431b30.tar.gz emacs-b3d5621c9b2e3139bb3679f38a9f098b8e431b30.zip | |
(syms_of_dosfns): Use 0x75 for dos_keypad_mode.
Diffstat (limited to 'src')
| -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\ | |||
| 458 | 0x40 Grey key returns kp-key (if numlock OFF)\n\ | 458 | 0x40 Grey key returns kp-key (if numlock OFF)\n\ |
| 459 | \n\ | 459 | \n\ |
| 460 | 0x200 ALT-0..ALT-9 in top-row produces shifted codes."); | 460 | 0x200 ALT-0..ALT-9 in top-row produces shifted codes."); |
| 461 | dos_keypad_mode = 0x70; | 461 | dos_keypad_mode = 0x75; |
| 462 | 462 | ||
| 463 | DEFVAR_INT ("dos-keyboard-layout", &dos_keyboard_layout, | 463 | DEFVAR_INT ("dos-keyboard-layout", &dos_keyboard_layout, |
| 464 | "Contains the country code for the current keyboard layout.\n\ | 464 | "Contains the country code for the current keyboard layout.\n\ |