emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/template.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/s/template.h,v
Date: Wed, 23 Jul 2008 06:26:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/23 06:26:32

Index: src/s/template.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/template.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- src/s/template.h    16 Jul 2008 07:48:11 -0000      1.28
+++ src/s/template.h    23 Jul 2008 06:26:32 -0000      1.29
@@ -104,13 +104,12 @@
 
 #define BSTRING
 
-/* subprocesses should be defined if you want to
+/* subprocesses should be undefined if you do NOT want to
    have code for asynchronous subprocesses
    (as used in M-x compile and M-x shell).
-   This is generally OS dependent, and not supported
-   under most USG systems. */
+   Currently only MSDOS does not support this. */
 
-#define subprocesses
+/* #undef subprocesses */
 
 /* If your system uses COFF (Common Object File Format) then define the
    preprocessor symbol "COFF". */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]