aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 8ab4c6c27ae..eef1dcd39e5 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1303,7 +1303,7 @@ silly_event_symbol_error (Lisp_Object c)
1303 *p = 0; 1303 *p = 0;
1304 1304
1305 c = reorder_modifiers (c); 1305 c = reorder_modifiers (c);
1306 AUTO_STRING (new_mods_string, new_mods); 1306 AUTO_STRING_WITH_LEN (new_mods_string, new_mods, p - new_mods);
1307 keystring = concat2 (new_mods_string, XCDR (assoc)); 1307 keystring = concat2 (new_mods_string, XCDR (assoc));
1308 1308
1309 error ("To bind the key %s, use [?%s], not [%s]", 1309 error ("To bind the key %s, use [?%s], not [%s]",