]> code.delx.au - gnu-emacs/blobdiff - src/process.h
* indent.c (Fvertical_motion): Do move back if the Lisp string
[gnu-emacs] / src / process.h
index b585515d6b185e890a2c49d9a4ad85f4478f22ed..fcf8d9b6c1f09d1fad7714f8969e0ac8fbc405cd 100644 (file)
@@ -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) */