1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00

(x_term_init): Unblock input around call1.

This commit is contained in:
Gerd Moellmann 2000-03-24 22:54:35 +00:00
parent d849789b50
commit 9b6ed9f3d0

View File

@ -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;