(message-mode): Delete abbrev mode initialization.
[bpt/emacs.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 18cafe3..7ec5e4e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -559,7 +559,7 @@ To unpack Emacs with djtar, type this command:
 (This assumes that the Emacs distribution is called `emacs.tgz' on
 your system.)  There are a few files in the archive whose names
 collide with other files under the 8.3 DOS naming.  On native MSDOS,
-or if you have set LFN=n on Win95, djtar will ask you to supply
+or if you have set LFN=n on Windows 95, djtar will ask you to supply
 alternate names for these files; you can just press `Enter' when this
 happens (which makes djtar skip these files) because they aren't
 required for MS-DOS.
@@ -591,3 +591,9 @@ and info are accessed as subdirectories of the HOME directory.
 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.