diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 96bc115412e..833a96ca874 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1441,8 +1441,6 @@ command_loop_1 () | |||
| 1441 | safe_run_hooks (Qdeferred_action_function); | 1441 | safe_run_hooks (Qdeferred_action_function); |
| 1442 | } | 1442 | } |
| 1443 | 1443 | ||
| 1444 | Vmemory_full = Qnil; | ||
| 1445 | |||
| 1446 | /* Do this after running Vpost_command_hook, for consistency. */ | 1444 | /* Do this after running Vpost_command_hook, for consistency. */ |
| 1447 | current_kboard->Vlast_command = Vthis_command; | 1445 | current_kboard->Vlast_command = Vthis_command; |
| 1448 | current_kboard->Vreal_last_command = real_this_command; | 1446 | current_kboard->Vreal_last_command = real_this_command; |