aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-21 19:29:17 +0000
committerGerd Moellmann1999-08-21 19:29:17 +0000
commit189437a7112beef383b7b03055f8c0a26a0f4765 (patch)
treef56526dca235ae86f452d04ad80962a7805a6661 /src
parent0634a78e14d26ddd3727b1ea7c51f893832f4118 (diff)
downloademacs-189437a7112beef383b7b03055f8c0a26a0f4765.tar.gz
emacs-189437a7112beef383b7b03055f8c0a26a0f4765.zip
(shut_down_emacs): Call check_message_stack.
Diffstat (limited to 'src')
-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)
1737#endif 1737#endif
1738 1738
1739 check_glyph_memory (); 1739 check_glyph_memory ();
1740 check_message_stack ();
1740 1741
1741#ifdef MSDOS 1742#ifdef MSDOS
1742 dos_cleanup (); 1743 dos_cleanup ();