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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/blockinput.h
Date: Sun, 06 Mar 2005 20:54:18 -0500

Index: emacs/src/blockinput.h
diff -c emacs/src/blockinput.h:1.15 emacs/src/blockinput.h:1.16
*** emacs/src/blockinput.h:1.15 Sun Mar  6 15:59:44 2005
--- emacs/src/blockinput.h      Mon Mar  7 01:54:13 2005
***************
*** 111,120 ****
  #define UNBLOCK_INPUT_TO(LEVEL)                               \
    do                                                  \
      {                                                 \
-       int oldlevel = interrupt_input_blocked;         \
        interrupt_input_blocked = (LEVEL) + 1;          \
!       if (interrupt_input_blocked != oldlevel + 1)    \
!         UNBLOCK_INPUT;                                        \
      }                                                 \
    while (0)
  
--- 111,118 ----
  #define UNBLOCK_INPUT_TO(LEVEL)                               \
    do                                                  \
      {                                                 \
        interrupt_input_blocked = (LEVEL) + 1;          \
!       UNBLOCK_INPUT;                                  \
      }                                                 \
    while (0)
  




reply via email to

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