# HG changeset patch # User Richard M. Stallman # Date 1130614498 0 # Node ID e62f159f7a46dc81fba5e60c0b716f16c1c389c5 # Parent c9adaa704c22d14a85a849fa74dd728ea4291278 (command_loop_1): Don't set Vmemory_full here. diff -r c9adaa704c22 -r e62f159f7a46 src/keyboard.c --- a/src/keyboard.c Sat Oct 29 19:34:12 2005 +0000 +++ b/src/keyboard.c Sat Oct 29 19:34:58 2005 +0000 @@ -1441,8 +1441,6 @@ safe_run_hooks (Qdeferred_action_function); } - Vmemory_full = Qnil; - /* Do this after running Vpost_command_hook, for consistency. */ current_kboard->Vlast_command = Vthis_command; current_kboard->Vreal_last_command = real_this_command;