/[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.21 by raeburn, Mon Jul 15 00:00:36 2002 UTC revision 1.22 by raeburn, Fri Jul 19 14:27:04 2002 UTC
# Line 605  compose_chars_in_text (start, end, strin Line 605  compose_chars_in_text (start, end, strin
605    /* Set to nonzero if we don't have to compose ASCII characters.  */    /* Set to nonzero if we don't have to compose ASCII characters.  */
606    int skip_ascii;    int skip_ascii;
607    int i, len, stop, c;    int i, len, stop, c;
608    unsigned char *ptr, *pend;    const unsigned char *ptr, *pend;
609    
610    if (! CHAR_TABLE_P (Vcomposition_function_table))    if (! CHAR_TABLE_P (Vcomposition_function_table))
611      return;      return;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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