]> code.delx.au - gnu-emacs/blobdiff - src/termopts.h
batch write-region no longer says "Wrote FOO"
[gnu-emacs] / src / termopts.h
index 49588ef0cbd058da7652e0ba07717e8e3b6a073b..c54d392ddafe023b1f7e7d5be7f5063fd2c8310e 100644 (file)
@@ -1,5 +1,6 @@
 /* Flags and parameters describing user options for handling the terminal.
-   Copyright (C) 1985-1986, 1990, 2001-2012  Free Software Foundation, Inc.
+   Copyright (C) 1985-1986, 1990, 2001-2015 Free Software Foundation,
+   Inc.
 
 This file is part of GNU Emacs.
 
@@ -18,7 +19,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
 /* Nonzero means use interrupt-driven input.  */
-extern int interrupt_input;
+extern bool interrupt_input;
 
 /* Nonzero while interrupts are temporarily deferred during redisplay.  */
-extern int interrupts_deferred;
+extern bool interrupts_deferred;