diff src/emacs.c @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents ee648375d8d6
children 131b0175ea99
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 13 08:57:25 2007 +0200
+++ b/src/emacs.c	Mon Aug 13 08:57:55 2007 +0200
@@ -179,7 +179,7 @@
   /* If fatal error occurs in code below, avoid infinite recursion.  */
   if (! fatal_error_in_progress)
     {
-      fatal_error_in_progress = 1;
+      fatal_error_in_progress = dont_check_for_quit = 1;
       shut_down_emacs (sig, Qnil);
       stderr_out("\nLisp backtrace follows:\n\n");
       Fbacktrace(Qexternal_debugging_output, Qt);