Mercurial > emacs
diff src/process.h @ 72726:c7ba95ddeb1d
(inhibit_sentinels): Add decl.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 08 Sep 2006 12:07:46 +0000 |
| parents | 7077caf6dc5a |
| children | e90d04cd455a a1a25ac6c88a |
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) */
