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: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/composite.c
Date: Fri, 19 Jul 2002 10:27:05 -0400

Index: emacs/src/composite.c
diff -c emacs/src/composite.c:1.21 emacs/src/composite.c:1.22
*** emacs/src/composite.c:1.21  Sun Jul 14 20:00:36 2002
--- emacs/src/composite.c       Fri Jul 19 10:27:04 2002
***************
*** 605,611 ****
    /* Set to nonzero if we don't have to compose ASCII characters.  */
    int skip_ascii;
    int i, len, stop, c;
!   unsigned char *ptr, *pend;
  
    if (! CHAR_TABLE_P (Vcomposition_function_table))
      return;
--- 605,611 ----
    /* Set to nonzero if we don't have to compose ASCII characters.  */
    int skip_ascii;
    int i, len, stop, c;
!   const unsigned char *ptr, *pend;
  
    if (! CHAR_TABLE_P (Vcomposition_function_table))
      return;



reply via email to

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