diff options
| author | Gerd Moellmann | 1999-08-17 22:44:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-08-17 22:44:44 +0000 |
| commit | 0b5791c4a024e66c0c90b1f2437d51ce6b381086 (patch) | |
| tree | 59098296222ea940c517ce88ae0863b3b16ce9e0 /src/eval.c | |
| parent | 74ca462f6d15dec88e7bd06a50401847daae97cf (diff) | |
| download | emacs-0b5791c4a024e66c0c90b1f2437d51ce6b381086.tar.gz emacs-0b5791c4a024e66c0c90b1f2437d51ce6b381086.zip | |
(Fsignal): Don't reset redisplaying_p here.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 0 insertions, 2 deletions
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'.") | |||
| 1219 | Lisp_Object real_error_symbol; | 1219 | Lisp_Object real_error_symbol; |
| 1220 | Lisp_Object combined_data; | 1220 | Lisp_Object combined_data; |
| 1221 | extern int display_busy_cursor_p; | 1221 | extern int display_busy_cursor_p; |
| 1222 | extern int redisplaying_p; | ||
| 1223 | 1222 | ||
| 1224 | immediate_quit = 0; | 1223 | immediate_quit = 0; |
| 1225 | if (gc_in_progress || waiting_for_input) | 1224 | if (gc_in_progress || waiting_for_input) |
| @@ -1236,7 +1235,6 @@ See also the function `condition-case'.") | |||
| 1236 | if (display_busy_cursor_p) | 1235 | if (display_busy_cursor_p) |
| 1237 | Fx_hide_busy_cursor (Qt); | 1236 | Fx_hide_busy_cursor (Qt); |
| 1238 | #endif | 1237 | #endif |
| 1239 | redisplaying_p = 0; | ||
| 1240 | 1238 | ||
| 1241 | /* This hook is used by edebug. */ | 1239 | /* This hook is used by edebug. */ |
| 1242 | if (! NILP (Vsignal_hook_function)) | 1240 | if (! NILP (Vsignal_hook_function)) |