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 24778fae6e3..b416135ee9e 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -301,7 +301,7 @@ At the end, it runs `post-self-insert-hook'. */) | |||
| 301 | added be explicit calls to undo-boundary. */ | 301 | added be explicit calls to undo-boundary. */ |
| 302 | && EQ (BVAR (current_buffer, undo_list), last_undo_boundary)) | 302 | && EQ (BVAR (current_buffer, undo_list), last_undo_boundary)) |
| 303 | /* Remove the undo_boundary that was just pushed. */ | 303 | /* Remove the undo_boundary that was just pushed. */ |
| 304 | BSET (current_buffer, undo_list, XCDR (BVAR (current_buffer, undo_list))); | 304 | bset_undo_list (current_buffer, XCDR (BVAR (current_buffer, undo_list))); |
| 305 | 305 | ||
| 306 | /* Barf if the key that invoked this was not a character. */ | 306 | /* Barf if the key that invoked this was not a character. */ |
| 307 | if (!CHARACTERP (last_command_event)) | 307 | if (!CHARACTERP (last_command_event)) |