diff options
| author | Kenichi Handa | 1998-12-22 06:06:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-12-22 06:06:48 +0000 |
| commit | b8ba7b4e7649b003c88f64a3f1a9a0486123b53a (patch) | |
| tree | fbc2627f548f32d530b3388a8c8e30afd11da419 /src | |
| parent | 562e4a4f611ae9d495f94a92043ee840a2bb80f3 (diff) | |
| download | emacs-b8ba7b4e7649b003c88f64a3f1a9a0486123b53a.tar.gz emacs-b8ba7b4e7649b003c88f64a3f1a9a0486123b53a.zip | |
(read_char): Don't bind
input-method-exit-on-first-char.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
| 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 | ||