From 11bd56323b059d6cbc6546da6532aec6cc86200f Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 5 Oct 2009 20:22:58 +0200 Subject: [PATCH] `unbind_to' will restore the previous inhibit_yield status. --- src/keyboard.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5