]> git.eshelyaron.com Git - emacs.git/commitdiff
(SYMS_SYSTEM): Add syms_of_msdos.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 16:40:35 +0000 (16:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 16:40:35 +0000 (16:40 +0000)
src/s/msdos.h

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