emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.h,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.h,v
Date: Thu, 10 Aug 2006 06:06:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/08/10 06:06:48

Index: keyboard.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- keyboard.h  26 Jul 2006 18:14:16 -0000      1.71
+++ keyboard.h  10 Aug 2006 06:06:48 -0000      1.72
@@ -190,6 +190,9 @@
 /* Nonzero means polling for input is temporarily suppressed.  */
 extern int poll_suppress_count;
 
+/* Nonzero if we are executing from the SIGIO signal handler. */
+extern int in_sighandler;
+
 /* Keymap mapping ASCII function key sequences onto their preferred forms.
    Initialized by the terminal-specific lisp files.  */
 extern Lisp_Object Vfunction_key_map;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]