diff options
| author | Richard M. Stallman | 1996-02-06 02:34:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-06 02:34:19 +0000 |
| commit | 061b7f94851916296b23dff3607ed21d820122b9 (patch) | |
| tree | c8d1978dc05bf198f78d9a8de4d90a6da2f6ddff /src | |
| parent | 7968cc2d4b00e11cba49f2f18d9fa31324bb9243 (diff) | |
| download | emacs-061b7f94851916296b23dff3607ed21d820122b9.tar.gz emacs-061b7f94851916296b23dff3607ed21d820122b9.zip | |
(fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 4297163dde0..5518da9647a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -154,6 +154,8 @@ fatal_error_signal (sig) | |||
| 154 | fatal_error_code = sig; | 154 | fatal_error_code = sig; |
| 155 | signal (sig, SIG_DFL); | 155 | signal (sig, SIG_DFL); |
| 156 | 156 | ||
| 157 | TOTALLY_UNBLOCK_INPUT; | ||
| 158 | |||
| 157 | /* If fatal error occurs in code below, avoid infinite recursion. */ | 159 | /* If fatal error occurs in code below, avoid infinite recursion. */ |
| 158 | if (! fatal_error_in_progress) | 160 | if (! fatal_error_in_progress) |
| 159 | { | 161 | { |