diff options
| author | Richard M. Stallman | 2005-10-29 19:34:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-29 19:34:58 +0000 |
| commit | b0820d6af046e736d6b94ef7c9e2386afdcf449d (patch) | |
| tree | 641a0c019d23fe4eb728a8b1cace689ccb50bd1d /src | |
| parent | ee830945cc0d1ddf6e6e26c7f3f874b764e9736b (diff) | |
| download | emacs-b0820d6af046e736d6b94ef7c9e2386afdcf449d.tar.gz emacs-b0820d6af046e736d6b94ef7c9e2386afdcf449d.zip | |
(command_loop_1): Don't set Vmemory_full here.
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; |