diff options
| author | Richard M. Stallman | 1995-11-10 16:40:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-10 16:40:35 +0000 |
| commit | e0e94b6c6f8d45cbace05a7c17099d03d639c6d4 (patch) | |
| tree | 265b51278ca24ed895fdbe6819f758c54d71ab23 /src | |
| parent | e3bebca706a2694248930250f2ee5f1b99988cfe (diff) | |
| download | emacs-e0e94b6c6f8d45cbace05a7c17099d03d639c6d4.tar.gz emacs-e0e94b6c6f8d45cbace05a7c17099d03d639c6d4.zip | |
(SYMS_SYSTEM): Add syms_of_msdos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/msdos.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ | |||
| 59 | 59 | ||
| 60 | #define SYSTEM_TYPE "ms-dos" | 60 | #define SYSTEM_TYPE "ms-dos" |
| 61 | 61 | ||
| 62 | #define SYMS_SYSTEM syms_of_dosfns() | 62 | #define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos() |
| 63 | 63 | ||
| 64 | /* NOMULTIPLEJOBS should be defined if your system's shell | 64 | /* NOMULTIPLEJOBS should be defined if your system's shell |
| 65 | does not have "job control" (the ability to stop a program, | 65 | does not have "job control" (the ability to stop a program, |