changeset 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 93f40b344070
children b339f3a7c728
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 	}