emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/composite.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/composite.c
Date: Sun, 18 Aug 2002 22:47:19 -0400

Index: emacs/src/composite.c
diff -c emacs/src/composite.c:1.23 emacs/src/composite.c:1.24
*** emacs/src/composite.c:1.23  Sun Aug 18 22:46:08 2002
--- emacs/src/composite.c       Sun Aug 18 22:47:19 2002
***************
*** 462,468 ****
        && find_composition (to, -1, &start, &end, &prop, Qnil)
        && !COMPOSITION_VALID_P (start, end, prop))
      to = end;
!   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,
--- 462,468 ----
        && find_composition (to, -1, &start, &end, &prop, Qnil)
        && !COMPOSITION_VALID_P (start, end, prop))
      to = end;
!   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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]