From: Richard M. Stallman Date: Fri, 8 Sep 2006 12:07:46 +0000 (+0000) Subject: (inhibit_sentinels): Add decl. X-Git-Tag: emacs-pretest-22.0.90~689 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5596b3bcf58e97fcf4dfbfbc7906593b9b6150d7;p=emacs.git (inhibit_sentinels): Add decl. --- diff --git a/src/process.h b/src/process.h index b585515d6b1..fcf8d9b6c1f 100644 --- a/src/process.h +++ b/src/process.h @@ -161,5 +161,9 @@ extern int synch_process_retcode; #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) */