Mail Archives: djgpp-workers/1999/03/21/07:17:12
He! Trivially simple. Cut-and-pasted patch, might not apply automatically:
--- gnu/emacs/src/callproc.c~ Mon Aug 5 01:15:02 1996
+++ gnu/emacs/src/callproc.c Sun Mar 21 13:05:10 1999
@@ -333,7 +333,7 @@
}
#ifdef MSDOS /* MW, July 1993 */
- if ((outf = egetenv ("TMP")) || (outf = egetenv ("TEMP")))
+ if ((outf = egetenv ("TMPDIR")) || (outf = egetenv ("TMP")) || (outf = egetenv ("TEMP")))
strcpy (tempfile = alloca (strlen (outf) + 20), outf);
else
{
Lush, Split,
MartinS
- Raw text -