From e0e94b6c6f8d45cbace05a7c17099d03d639c6d4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 Nov 1995 16:40:35 +0000 Subject: [PATCH] (SYMS_SYSTEM): Add syms_of_msdos. --- src/s/msdos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2