diff options
| author | Richard M. Stallman | 2003-04-30 12:06:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-30 12:06:04 +0000 |
| commit | d063129f1eb3947fe4914f103d7cf15a951776e0 (patch) | |
| tree | 3b62db1ce012d820dabf0f6da1af4c0e9cee9dd6 /src | |
| parent | 67965a98160853496dff0a8114e791fcea0f54f9 (diff) | |
| download | emacs-d063129f1eb3947fe4914f103d7cf15a951776e0.tar.gz emacs-d063129f1eb3947fe4914f103d7cf15a951776e0.zip | |
(Fsignal): Clear abort_on_gc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index 80cc2f79dd7..88fced11834 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1454,6 +1454,7 @@ See also the function `condition-case'. */) | |||
| 1454 | struct backtrace *bp; | 1454 | struct backtrace *bp; |
| 1455 | 1455 | ||
| 1456 | immediate_quit = handling_signal = 0; | 1456 | immediate_quit = handling_signal = 0; |
| 1457 | abort_on_gc = 0; | ||
| 1457 | if (gc_in_progress || waiting_for_input) | 1458 | if (gc_in_progress || waiting_for_input) |
| 1458 | abort (); | 1459 | abort (); |
| 1459 | 1460 | ||