summaryrefslogtreecommitdiff
path: root/src/composite.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2002-08-19 02:47:19 +0000
committerKenichi Handa <handa@m17n.org>2002-08-19 02:47:19 +0000
commit775b3d2d87ef566e43f56b7dee53b5036d7eba02 (patch)
tree3f4e8079cb28dc9d7b2ad15cb1d0f20f1d4ebb61 /src/composite.c
parentc1de6316cfe94ed9fbffcdd6554bdd599d1cc03c (diff)
downloademacs-775b3d2d87ef566e43f56b7dee53b5036d7eba02.tar.gz
*** empty log message ***
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 c618b6adc1e..1cc4679d891 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 (Ffbounpd (func)))
+ if (!NILP (Ffboundp (func)))
call2 (func, make_number (from), make_number (to));
else if (!NILP (Ffboundp (Vcompose_chars_after_function)))
call3 (Vcompose_chars_after_function,