Mercurial > emacs
diff src/composite.c @ 46940:545e543e82d5
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 19 Aug 2002 02:47:19 +0000 |
| parents | 2de09ed6c85b |
| children | 49ac77cddafb |
line wrap: on
line diff
--- a/src/composite.c Mon Aug 19 02:46:28 2002 +0000 +++ b/src/composite.c Mon Aug 19 02:47:19 2002 +0000 @@ -462,7 +462,7 @@ && 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,
