/[emacs]/emacs/src/composite.c
ViewVC logotype

Diff of /emacs/src/composite.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by handa, Mon Aug 19 02:46:08 2002 UTC revision 1.24 by handa, Mon Aug 19 02:47:19 2002 UTC
# Line 462  run_composition_function (from, to, prop Line 462  run_composition_function (from, to, prop
462        && find_composition (to, -1, &start, &end, &prop, Qnil)        && find_composition (to, -1, &start, &end, &prop, Qnil)
463        && !COMPOSITION_VALID_P (start, end, prop))        && !COMPOSITION_VALID_P (start, end, prop))
464      to = end;      to = end;
465    if (!NILP (Ffbounpd (func)))    if (!NILP (Ffboundp (func)))
466      call2 (func, make_number (from), make_number (to));      call2 (func, make_number (from), make_number (to));
467    else if (!NILP (Ffboundp (Vcompose_chars_after_function)))    else if (!NILP (Ffboundp (Vcompose_chars_after_function)))
468      call3 (Vcompose_chars_after_function,      call3 (Vcompose_chars_after_function,

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26