From: Giuseppe Scrivano Date: Mon, 5 Oct 2009 18:22:58 +0000 (+0200) Subject: `unbind_to' will restore the previous inhibit_yield status. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11bd56323b059d6cbc6546da6532aec6cc86200f;p=emacs.git `unbind_to' will restore the previous inhibit_yield status. --- diff --git a/src/keyboard.c b/src/keyboard.c index 5fcb50a2d8a..8200a2fd0ca 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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