From b0820d6af046e736d6b94ef7c9e2386afdcf449d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Oct 2005 19:34:58 +0000 Subject: [PATCH] (command_loop_1): Don't set Vmemory_full here. --- src/keyboard.c | 2 -- 1 file changed, 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 () 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; -- 2.39.5