emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/process.h,v
Date: Fri, 08 Sep 2006 12:07:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/08 12:07:47

Index: process.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/process.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- process.h   24 Apr 2006 13:10:19 -0000      1.34
+++ process.h   8 Sep 2006 12:07:46 -0000       1.35
@@ -161,5 +161,9 @@
 #define NULL_DEVICE "/dev/null"
 #endif
 
+/* Nonzero means don't run process sentinels.  This is used
+   when exiting.  */
+extern int inhibit_sentinels;
+
 /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72
    (do not change this comment) */




reply via email to

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