# HG changeset patch # User Kenichi Handa # Date 1029725168 0 # Node ID 2de09ed6c85b248af04b9c68c09e7fee1c468a30 # Parent e406ed027b716cb32bab5eb0eb6518ef3d0678c7 (run_composition_function): Call FUNC if it is fboundp. diff -r e406ed027b71 -r 2de09ed6c85b src/composite.c --- a/src/composite.c Mon Aug 19 01:05:17 2002 +0000 +++ b/src/composite.c Mon Aug 19 02:46:08 2002 +0000 @@ -462,7 +462,7 @@ && find_composition (to, -1, &start, &end, &prop, Qnil) && !COMPOSITION_VALID_P (start, end, prop)) to = end; - if (!NILP (func)) + if (!NILP (Ffbounpd (func))) call2 (func, make_number (from), make_number (to)); else if (!NILP (Ffboundp (Vcompose_chars_after_function))) call3 (Vcompose_chars_after_function,