Mercurial > emacs
changeset 72726:c7ba95ddeb1d
(inhibit_sentinels): Add decl.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 08 Sep 2006 12:07:46 +0000 |
parents | ef0421dfce16 |
children | 5f2a73453aa3 |
files | src/process.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.h Fri Sep 08 12:07:07 2006 +0000 +++ b/src/process.h Fri Sep 08 12:07:46 2006 +0000 @@ -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) */