1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(Fsignal): Don't reset redisplaying_p here.

This commit is contained in:
Gerd Moellmann 1999-08-17 22:44:44 +00:00
parent 74ca462f6d
commit 0b5791c4a0

View file

@ -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))