Mercurial > emacs
changeset 28307:1d4a11a5f39d
(x_term_init): Unblock input around call1.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 24 Mar 2000 22:54:35 +0000 |
parents | 71e534c8c5cf |
children | 699ab30f49df |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Fri Mar 24 22:51:40 2000 +0000 +++ b/src/xterm.c Fri Mar 24 22:54:35 2000 +0000 @@ -12869,9 +12869,11 @@ 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;