Mercurial > emacs
diff src/fns.c @ 23057:2dbf1ec20bf7
(Fy_or_n_p): Don't bind input-method-function.
Instead, pass 0 as INPUT_METHOD to read_filtered_event.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 18 Aug 1998 09:01:20 +0000 |
| parents | 18ed8d6b11e5 |
| children | 45de23c16505 |
line wrap: on
line diff
--- a/src/fns.c Tue Aug 18 09:00:14 1998 +0000 +++ b/src/fns.c Tue Aug 18 09:01:20 1998 +0000 @@ -2355,7 +2355,6 @@ int count = specpdl_ptr - specpdl; specbind (Qcursor_in_echo_area, Qt); - specbind (Qinput_method_function, Qnil); map = Fsymbol_value (intern ("query-replace-map")); @@ -2395,7 +2394,7 @@ Fraise_frame (mini_frame); } - obj = read_filtered_event (1, 0, 0); + obj = read_filtered_event (1, 0, 0, 0); cursor_in_echo_area = 0; /* If we need to quit, quit with cursor_in_echo_area = 0. */ QUIT;
