]> git.eshelyaron.com Git - emacs.git/commitdiff
`unbind_to' will restore the previous inhibit_yield status.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 5 Oct 2009 18:22:58 +0000 (20:22 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 5 Oct 2009 18:22:58 +0000 (20:22 +0200)
src/keyboard.c

index 5fcb50a2d8ace1a64f628681ff4cd3463fbfe0b8..8200a2fd0cab65df226b4865699499d76b721153 100644 (file)
@@ -10335,7 +10335,6 @@ will read just one key sequence.  */)
   i = read_key_sequence (keybuf, (sizeof keybuf/sizeof (keybuf[0])),
                         prompt, ! NILP (dont_downcase_last),
                         ! NILP (can_return_switch_frame), 0);
-  Finhibit_yield (Qnil);
 
 #if 0  /* The following is fine for code reading a key sequence and
          then proceeding with a lenghty computation, but it's not good