changeset 66529:e62f159f7a46

(command_loop_1): Don't set Vmemory_full here.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Oct 2005 19:34:58 +0000
parents c9adaa704c22
children 88aab29bf2b2
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;