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.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sun, 06 Mar 2005 11:04:08 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.812 emacs/src/keyboard.c:1.813
*** emacs/src/keyboard.c:1.812  Tue Mar  1 13:17:47 2005
--- emacs/src/keyboard.c        Sun Mar  6 16:04:06 2005
***************
*** 1350,1360 ****
      cancel_hourglass ();
  #endif
  
-   /* Unblock input if we enter with input blocked.  This may happen if
-      redisplay traps e.g. during tool-bar update with input blocked.  */
-   while (INPUT_BLOCKED_P)
-     UNBLOCK_INPUT;
- 
    return Fthrow (Qtop_level, Qnil);
  }
  
--- 1350,1355 ----




reply via email to

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