comparison src/keyboard.c @ 23935:bf7a9485714a

(read_char): Don't bind input-method-exit-on-first-char.
author Kenichi Handa <handa@m17n.org>
date Tue, 22 Dec 1998 06:06:48 +0000
parents 5ad15fde58a9
children b0040d620df9
comparison
equal deleted inserted replaced
23934:93f40b344070 23935:bf7a9485714a
2414 2414
2415 /* If we are not reading a key sequence, 2415 /* If we are not reading a key sequence,
2416 never use the echo area. */ 2416 never use the echo area. */
2417 if (maps == 0) 2417 if (maps == 0)
2418 { 2418 {
2419 specbind (Qinput_method_exit_on_first_char, Qt);
2420 specbind (Qinput_method_use_echo_area, Qt); 2419 specbind (Qinput_method_use_echo_area, Qt);
2421 } 2420 }
2422 2421
2423 /* Call the input method. */ 2422 /* Call the input method. */
2424 tem = call1 (Vinput_method_function, c); 2423 tem = call1 (Vinput_method_function, c);