From: Gerd Moellmann Date: Fri, 24 Mar 2000 22:54:35 +0000 (+0000) Subject: (x_term_init): Unblock input around call1. X-Git-Tag: emacs-pretest-21.0.90~4502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b6ed9f3d079615ee03c745c3b3f0e0db0ce544e;p=emacs.git (x_term_init): Unblock input around call1. --- diff --git a/src/xterm.c b/src/xterm.c index d49e96cc9bb..973549cdf1a 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -12869,9 +12869,11 @@ x_term_init (display_name, xrm_option, resource_name) if (!EQ (XSYMBOL (Qvendor_specific_keysyms)->function, Qunbound)) { char *vendor = ServerVendor (dpy); + UNBLOCK_INPUT; dpyinfo->kboard->Vsystem_key_alist = call1 (Qvendor_specific_keysyms, build_string (vendor ? vendor : "")); + BLOCK_INPUT; } dpyinfo->kboard->next_kboard = all_kboards;