[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/composite.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/composite.c |
Date: |
Fri, 06 Sep 2002 06:04:40 -0400 |
Index: emacs/src/composite.c
diff -c emacs/src/composite.c:1.24 emacs/src/composite.c:1.25
*** emacs/src/composite.c:1.24 Sun Aug 18 22:47:19 2002
--- emacs/src/composite.c Fri Sep 6 05:02:46 2002
***************
*** 715,721 ****
Compose text in the region between START and END.
Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC
! for the composition. See `compose-region' for more detail. */)
(start, end, components, mod_func)
Lisp_Object start, end, components, mod_func;
{
--- 715,721 ----
Compose text in the region between START and END.
Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC
! for the composition. See `compose-region' for more detail. */)
(start, end, components, mod_func)
Lisp_Object start, end, components, mod_func;
{
***************
*** 736,742 ****
Compose text between indices START and END of STRING.
Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC
! for the composition. See `compose-string' for more detail. */)
(string, start, end, components, mod_func)
Lisp_Object string, start, end, components, mod_func;
{
--- 736,742 ----
Compose text between indices START and END of STRING.
Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC
! for the composition. See `compose-string' for more detail. */)
(string, start, end, components, mod_func)
Lisp_Object string, start, end, components, mod_func;
{