]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_char): Don't bind
authorKenichi Handa <handa@m17n.org>
Tue, 22 Dec 1998 06:06:48 +0000 (06:06 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 22 Dec 1998 06:06:48 +0000 (06:06 +0000)
input-method-exit-on-first-char.

src/keyboard.c

index 466a19beb5b15ef93287ff91e2d28c25652b52a7..4f5314572143d37641498b6e2432b9947b9d0618 100644 (file)
@@ -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);
        }