# HG changeset patch # User Kenichi Handa # Date 914306808 0 # Node ID bf7a9485714a79312752d188abb5687865f9a6e5 # Parent 93f40b34407054139225dbd68251b2a1a1ad41e6 (read_char): Don't bind input-method-exit-on-first-char. diff -r 93f40b344070 -r bf7a9485714a src/keyboard.c --- a/src/keyboard.c Tue Dec 22 06:06:48 1998 +0000 +++ b/src/keyboard.c Tue Dec 22 06:06:48 1998 +0000 @@ -2416,7 +2416,6 @@ never use the echo area. */ if (maps == 0) { - specbind (Qinput_method_exit_on_first_char, Qt); specbind (Qinput_method_use_echo_area, Qt); }