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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/blockinput.h
Date: Mon, 07 Mar 2005 05:49:51 -0500

Index: emacs/src/blockinput.h
diff -c emacs/src/blockinput.h:1.16 emacs/src/blockinput.h:1.17
*** emacs/src/blockinput.h:1.16 Mon Mar  7 01:54:13 2005
--- emacs/src/blockinput.h      Mon Mar  7 10:49:51 2005
***************
*** 98,109 ****
     and also reinvoke any pending signal.  */
  
  #define TOTALLY_UNBLOCK_INPUT                 \
!   if (interrupt_input_blocked != 0)           \
      {                                         \
        interrupt_input_blocked = 1;            \
        UNBLOCK_INPUT;                          \
      }                                         \
!   else
  
  /* Undo any number of BLOCK_INPUT calls down to level LEVEL,
     and also (if the level is now 0) reinvoke any pending signal.  */
--- 98,109 ----
     and also reinvoke any pending signal.  */
  
  #define TOTALLY_UNBLOCK_INPUT                 \
!   do if (interrupt_input_blocked != 0)                \
      {                                         \
        interrupt_input_blocked = 1;            \
        UNBLOCK_INPUT;                          \
      }                                         \
!   while (0)
  
  /* Undo any number of BLOCK_INPUT calls down to level LEVEL,
     and also (if the level is now 0) reinvoke any pending signal.  */




reply via email to

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