]> git.eshelyaron.com Git - emacs.git/commitdiff
(command_loop_1): Don't set Vmemory_full here.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Oct 2005 19:34:58 +0000 (19:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Oct 2005 19:34:58 +0000 (19:34 +0000)
src/keyboard.c

index 96bc115412ea83930ee75d1969e0a5bdc9b77d6f..833a96ca874b5cf93c13e379a27cbb32512c2690 100644 (file)
@@ -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;