diff src/emacs.c @ 20037:a4042bd1c038

(shut_down_emacs): Call `dos_cleanup'.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 13 Oct 1997 16:52:09 +0000
parents d82a99796033
children 31468445f518
line wrap: on
line diff
--- a/src/emacs.c	Mon Oct 13 16:40:24 1997 +0000
+++ b/src/emacs.c	Mon Oct 13 16:52:09 1997 +0000
@@ -1482,6 +1482,10 @@
 #ifdef WINDOWSNT
   term_ntproc ();
 #endif
+
+#ifdef MSDOS
+  dos_cleanup ();
+#endif
 }