From: Kenichi Handa Date: Mon, 19 Aug 2002 02:46:08 +0000 (+0000) Subject: (run_composition_function): Call FUNC if it is fboundp. X-Git-Tag: ttn-vms-21-2-B4~13646 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b3b318992e0021a894b75b43064a3083a0c8e4b;p=emacs.git (run_composition_function): Call FUNC if it is fboundp. --- diff --git a/src/composite.c b/src/composite.c index 9fc58bc27b6..c618b6adc1e 100644 --- a/src/composite.c +++ b/src/composite.c @@ -462,7 +462,7 @@ run_composition_function (from, to, prop) && 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,