aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-22 18:27:07 +0000
committerRichard M. Stallman1993-05-22 18:27:07 +0000
commit1dfdf9e28e83d6c6c8aa887b011275562b3d39bc (patch)
tree454a0dbe845e394bfed12bef2eb8a1a7681026cc /src
parent5f296b78d2c4e666a69414095301243837e50c75 (diff)
downloademacs-1dfdf9e28e83d6c6c8aa887b011275562b3d39bc.tar.gz
emacs-1dfdf9e28e83d6c6c8aa887b011275562b3d39bc.zip
(modifier_names): Update to match *_modifier in termhooks.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 42aff6bb76d..8ccc6513985 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2521,8 +2521,8 @@ apply_modifiers_uncached (modifiers, base, base_len)
2521 2521
2522static char *modifier_names[] = 2522static char *modifier_names[] =
2523{ 2523{
2524 "up", 0, 0, 0, 0, 0, 0, "down", 2524 "up", "down", "drag", "click", 0, 0, 0, 0,
2525 "drag", "click", 0, 0, 0, 0, 0, 0, 2525 0, 0, 0, 0, 0, 0, 0, 0,
2526 0, 0, "alt", "super", "hyper", "shift", "control", "meta" 2526 0, 0, "alt", "super", "hyper", "shift", "control", "meta"
2527}; 2527};
2528#define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0])) 2528#define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0]))