summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-08-21 19:29:17 +0000
committerGerd Moellmann <gerd@gnu.org>1999-08-21 19:29:17 +0000
commit189437a7112beef383b7b03055f8c0a26a0f4765 (patch)
treef56526dca235ae86f452d04ad80962a7805a6661 /src/emacs.c
parent0634a78e14d26ddd3727b1ea7c51f893832f4118 (diff)
downloademacs-189437a7112beef383b7b03055f8c0a26a0f4765.tar.gz
(shut_down_emacs): Call check_message_stack.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 4953220f110..34ab179dfde 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1737,6 +1737,7 @@ shut_down_emacs (sig, no_x, stuff)
#endif
check_glyph_memory ();
+ check_message_stack ();
#ifdef MSDOS
dos_cleanup ();