From b8ba7b4e7649b003c88f64a3f1a9a0486123b53a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 22 Dec 1998 06:06:48 +0000 Subject: [PATCH] (read_char): Don't bind input-method-exit-on-first-char. --- src/keyboard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 466a19beb5b..4f531457214 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2416,7 +2416,6 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu) never use the echo area. */ if (maps == 0) { - specbind (Qinput_method_exit_on_first_char, Qt); specbind (Qinput_method_use_echo_area, Qt); } -- 2.39.2