From: Gerd Moellmann Date: Tue, 17 Aug 1999 22:44:44 +0000 (+0000) Subject: (Fsignal): Don't reset redisplaying_p here. X-Git-Tag: emacs-pretest-21.0.90~7127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b5791c4a024e66c0c90b1f2437d51ce6b381086;p=emacs.git (Fsignal): Don't reset redisplaying_p here. --- diff --git a/src/eval.c b/src/eval.c index 735d1ee6f25..b7e29f068c9 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1219,7 +1219,6 @@ See also the function `condition-case'.") Lisp_Object real_error_symbol; Lisp_Object combined_data; extern int display_busy_cursor_p; - extern int redisplaying_p; immediate_quit = 0; if (gc_in_progress || waiting_for_input) @@ -1236,7 +1235,6 @@ See also the function `condition-case'.") if (display_busy_cursor_p) Fx_hide_busy_cursor (Qt); #endif - redisplaying_p = 0; /* This hook is used by edebug. */ if (! NILP (Vsignal_hook_function))