summaryrefslogtreecommitdiff
path: root/src/composite.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2002-08-19 02:46:08 +0000
committerKenichi Handa <handa@m17n.org>2002-08-19 02:46:08 +0000
commit9b3b318992e0021a894b75b43064a3083a0c8e4b (patch)
treeeb93633f573e22bc098d59f952a9d7b2425453f2 /src/composite.c
parent88e750a4d20543d77872e733fa1970364b5505dd (diff)
downloademacs-9b3b318992e0021a894b75b43064a3083a0c8e4b.tar.gz
(run_composition_function): Call FUNC if it is fboundp.
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c2
1 files changed, 1 insertions, 1 deletions
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,