From d546e57865803678326a3999b3e5b5665e033f82 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Oct 1997 16:52:09 +0000 Subject: [PATCH] (shut_down_emacs): Call `dos_cleanup'. --- src/emacs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/emacs.c b/src/emacs.c index bf3e46c71d8..5a2ac8504c8 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1482,6 +1482,10 @@ shut_down_emacs (sig, no_x, stuff) #ifdef WINDOWSNT term_ntproc (); #endif + +#ifdef MSDOS + dos_cleanup (); +#endif } -- 2.39.2