From: Eli Zaretskii Date: Mon, 14 Apr 1997 11:12:26 +0000 (+0000) Subject: (SYMS_SYSTEM): Add `syms_of_win16select'. X-Git-Tag: emacs-20.1~2492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76e5a00175929ce12171f0c3e89bb960c13f4833;p=emacs.git (SYMS_SYSTEM): Add `syms_of_win16select'. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 8d4e70a91bf..ea428f0cfc1 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -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,