]> git.eshelyaron.com Git - emacs.git/commitdiff
(SYMS_SYSTEM): Add `syms_of_win16select'.
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Apr 1997 11:12:26 +0000 (11:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 Apr 1997 11:12:26 +0000 (11:12 +0000)
src/s/msdos.h

index 8d4e70a91bf92c654ba2e79c41cee3d5b5e53df6..ea428f0cfc1e7ae943a0fe669fc02107887ce244 100644 (file)
@@ -58,7 +58,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
 
 #define SYSTEM_TYPE "ms-dos"
 
-#define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos()
+#define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos();syms_of_win16select()
 
 /* NOMULTIPLEJOBS should be defined if your system's shell
  does not have "job control" (the ability to stop a program,