1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

(run_composition_function): Call FUNC if it is fboundp.

This commit is contained in:
Kenichi Handa 2002-08-19 02:46:08 +00:00
parent 88e750a4d2
commit 9b3b318992

View File

@ -462,7 +462,7 @@ run_composition_function (from, to, prop)
&& find_composition (to, -1, &start, &end, &prop, Qnil) && find_composition (to, -1, &start, &end, &prop, Qnil)
&& !COMPOSITION_VALID_P (start, end, prop)) && !COMPOSITION_VALID_P (start, end, prop))
to = end; to = end;
if (!NILP (func)) if (!NILP (Ffbounpd (func)))
call2 (func, make_number (from), make_number (to)); call2 (func, make_number (from), make_number (to));
else if (!NILP (Ffboundp (Vcompose_chars_after_function))) else if (!NILP (Ffboundp (Vcompose_chars_after_function)))
call3 (Vcompose_chars_after_function, call3 (Vcompose_chars_after_function,