diff options
Diffstat (limited to 'src/cmds.c')
| -rw-r--r-- | src/cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index ee3be79a0ab..aeedb152f62 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -304,7 +304,7 @@ At the end, it runs `post-self-insert-hook'. */) | |||
| 304 | /* Barf if the key that invoked this was not a character. */ | 304 | /* Barf if the key that invoked this was not a character. */ |
| 305 | if (!CHARACTERP (last_command_event)) | 305 | if (!CHARACTERP (last_command_event)) |
| 306 | bitch_at_user (); | 306 | bitch_at_user (); |
| 307 | { | 307 | else { |
| 308 | int character = translate_char (Vtranslation_table_for_input, | 308 | int character = translate_char (Vtranslation_table_for_input, |
| 309 | XINT (last_command_event)); | 309 | XINT (last_command_event)); |
| 310 | int val = internal_self_insert (character, XFASTINT (n)); | 310 | int val = internal_self_insert (character, XFASTINT (n)); |