comparison 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
comparison
equal deleted inserted replaced
20036:65c394bb8b17 20037:a4042bd1c038
1480 #endif 1480 #endif
1481 1481
1482 #ifdef WINDOWSNT 1482 #ifdef WINDOWSNT
1483 term_ntproc (); 1483 term_ntproc ();
1484 #endif 1484 #endif
1485
1486 #ifdef MSDOS
1487 dos_cleanup ();
1488 #endif
1485 } 1489 }
1486 1490
1487 1491
1488 1492
1489 #ifndef CANNOT_DUMP 1493 #ifndef CANNOT_DUMP