changeset 46938:2de09ed6c85b

(run_composition_function): Call FUNC if it is fboundp.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 Aug 2002 02:46:08 +0000
parents e406ed027b71
children 6c76daadf530
files src/composite.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,