From: Richard M. Stallman Date: Fri, 10 Nov 1995 16:40:35 +0000 (+0000) Subject: (SYMS_SYSTEM): Add syms_of_msdos. X-Git-Tag: emacs-19.34~2395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0e94b6c6f8d45cbace05a7c17099d03d639c6d4;p=emacs.git (SYMS_SYSTEM): Add syms_of_msdos. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 146a87538b9..80b286a4d2f 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -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,