]> code.delx.au - gnu-emacs/blobdiff - INSTALL
Changed load-path look a little.
[gnu-emacs] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7b243f9561a7e3e98a4496900f2b364a1e3ffb8f..ad95699699e58aed47b3a7346fdc1280124a201b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -608,8 +608,8 @@ MSDOG is a not a multitasking operating system, so Emacs features such
 as asynchronous subprocesses that depend on multitasking will not
 work.  Synchronous subprocesses do work.
 
-The current version of djgpp 2.0 (as of August 1996) has two bugs that
-affect Emacs.  We've included corrected versions of two files from
-djgpp in the msdos subdirectory: is_exec.c and sigaction.c.  To work
-around the bugs, compile these files and link them into temacs.  The
-next version of djgpp should have these bugs fixed.
+Version 2.0 of djgpp has two bugs that affect Emacs.  We've included
+corrected versions of two files from djgpp in the msdos subdirectory:
+is_exec.c and sigaction.c.  To work around the bugs, compile these
+files and link them into temacs.  Djgpp version 2.01 have these bugs
+fixed, so upgrade if you can before building Emacs.