emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/blockinput.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/blockinput.h [lexbind]
Date: Tue, 06 Jul 2004 07:13:04 -0400

Index: emacs/src/blockinput.h
diff -c emacs/src/blockinput.h:1.10.20.2 emacs/src/blockinput.h:1.10.20.3
*** emacs/src/blockinput.h:1.10.20.2    Tue Oct 14 23:16:38 2003
--- emacs/src/blockinput.h      Tue Jul  6 09:14:34 2004
***************
*** 97,102 ****
--- 97,105 ----
  #define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0)
  #define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT
  
+ /* In critical section ? */
+ #define INPUT_BLOCKED_P (interrupt_input_blocked > 0)
+ 
  /* Defined in keyboard.c */
  /* Don't use a prototype here; it causes trouble in some files.  */
  extern void reinvoke_input_signal ();




reply via email to

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