From: Gerd Moellmann Date: Sat, 21 Aug 1999 19:29:17 +0000 (+0000) Subject: (shut_down_emacs): Call check_message_stack. X-Git-Tag: emacs-pretest-21.0.90~7094 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=189437a7112beef383b7b03055f8c0a26a0f4765;p=emacs.git (shut_down_emacs): Call check_message_stack. --- 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 ();