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:
parent
74ca462f6d
commit
0b5791c4a0
1 changed files with 0 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue