From: Richard M. Stallman Date: Sat, 29 Oct 2005 19:34:58 +0000 (+0000) Subject: (command_loop_1): Don't set Vmemory_full here. X-Git-Tag: emacs-pretest-22.0.90~6211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0820d6af046e736d6b94ef7c9e2386afdcf449d;p=emacs.git (command_loop_1): Don't set Vmemory_full here. --- 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;