]> git.eshelyaron.com Git - emacs.git/commitdiff
(shut_down_emacs): Call `dos_cleanup'.
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Oct 1997 16:52:09 +0000 (16:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Oct 1997 16:52:09 +0000 (16:52 +0000)
src/emacs.c

index bf3e46c71d8de10d5375a2347b273208d8db0c74..5a2ac8504c83081d7e824810774c23b09fe9db81 100644 (file)
@@ -1482,6 +1482,10 @@ shut_down_emacs (sig, no_x, stuff)
 #ifdef WINDOWSNT
   term_ntproc ();
 #endif
+
+#ifdef MSDOS
+  dos_cleanup ();
+#endif
 }