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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/blockinput.h [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:56:38 -0400

Index: emacs/src/blockinput.h
diff -c emacs/src/blockinput.h:1.11.6.1 emacs/src/blockinput.h:1.11.6.2
*** emacs/src/blockinput.h:1.11.6.1     Fri Apr 16 12:50:45 2004
--- emacs/src/blockinput.h      Mon Jun 28 07:29:17 2004
***************
*** 1,5 ****
  /* blockinput.h - interface to blocking complicated interrupt-driven input.
!    Copyright (C) 1989, 1993 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* blockinput.h - interface to blocking complicated interrupt-driven input.
!    Copyright (C) 1989, 1993, 2004 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 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]