diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 9b78a70428e..b5d3ab46a00 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2028,7 +2028,6 @@ shut_down_emacs (int sig, Lisp_Object stuff) | |||
| 2028 | /* There is a tendency for a SIGIO signal to arrive within exit, | 2028 | /* There is a tendency for a SIGIO signal to arrive within exit, |
| 2029 | and cause a SIGHUP because the input descriptor is already closed. */ | 2029 | and cause a SIGHUP because the input descriptor is already closed. */ |
| 2030 | unrequest_sigio (); | 2030 | unrequest_sigio (); |
| 2031 | ignore_sigio (); | ||
| 2032 | 2031 | ||
| 2033 | /* Do this only if terminating normally, we want glyph matrices | 2032 | /* Do this only if terminating normally, we want glyph matrices |
| 2034 | etc. in a core dump. */ | 2033 | etc. in a core dump. */ |