diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 47beb426a15..924eeee8cf9 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1914,7 +1914,7 @@ shut_down_emacs (sig, no_x, stuff) | |||
| 1914 | 1914 | ||
| 1915 | /* Do this only if terminating normally, we want glyph matrices | 1915 | /* Do this only if terminating normally, we want glyph matrices |
| 1916 | etc. in a core dump. */ | 1916 | etc. in a core dump. */ |
| 1917 | if (sig && sig != SIGTERM) | 1917 | if (sig == 0 || sig == SIGTERM) |
| 1918 | { | 1918 | { |
| 1919 | check_glyph_memory (); | 1919 | check_glyph_memory (); |
| 1920 | check_message_stack (); | 1920 | check_message_stack (); |