/[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.14 by gerd, Fri Aug 31 08:03:43 2001 UTC revision 1.14.4.1 by handa, Mon Aug 19 02:54:10 2002 UTC
# Line 468  run_composition_function (from, to, prop Line 468  run_composition_function (from, to, prop
468        && find_composition (to, -1, &start, &end, &prop, Qnil)        && find_composition (to, -1, &start, &end, &prop, Qnil)
469        && !COMPOSITION_VALID_P (start, end, prop))        && !COMPOSITION_VALID_P (start, end, prop))
470      to = end;      to = end;
471    if (!NILP (func))    if (!NILP (Ffboundp (func)))
472      call2 (func, make_number (from), make_number (to));      call2 (func, make_number (from), make_number (to));
473    else if (!NILP (Ffboundp (Vcompose_chars_after_function)))    else if (!NILP (Ffboundp (Vcompose_chars_after_function)))
474      call3 (Vcompose_chars_after_function,      call3 (Vcompose_chars_after_function,

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.4.1

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