From: Kenichi Handa Date: Tue, 22 Dec 1998 06:06:48 +0000 (+0000) Subject: (read_char): Don't bind X-Git-Tag: emacs-20.4~1014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8ba7b4e7649b003c88f64a3f1a9a0486123b53a;p=emacs.git (read_char): Don't bind input-method-exit-on-first-char. --- 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); }