# HG changeset patch # User Richard M. Stallman # Date 903430880 0 # Node ID 2dbf1ec20bf7a8bf148a5bcd21aa9614ad83f9a2 # Parent 1b44597160c3461587ae68a48733ff871ed63374 (Fy_or_n_p): Don't bind input-method-function. Instead, pass 0 as INPUT_METHOD to read_filtered_event. diff -r 1b44597160c3 -r 2dbf1ec20bf7 src/fns.c --- 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;