emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/character.c [emacs-unicode-2]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/character.c [emacs-unicode-2]
Date: Wed, 17 Sep 2003 09:51:40 -0400

Index: emacs/src/character.c
diff -c emacs/src/character.c:1.1.4.1 emacs/src/character.c:1.1.4.2
*** emacs/src/character.c:1.1.4.1       Mon Sep  8 08:48:10 2003
--- emacs/src/character.c       Wed Sep 17 09:51:40 2003
***************
*** 429,435 ****
        int chars, bytes, thiswidth;
        Lisp_Object val;
        int cmp_id;
!       int ignore, end;
  
        if (find_composition (i, -1, &ignore, &end, &val, string)
          && ((cmp_id = get_composition_id (i, i_byte, end - i, val, string))
--- 429,435 ----
        int chars, bytes, thiswidth;
        Lisp_Object val;
        int cmp_id;
!       EMACS_INT ignore, end;
  
        if (find_composition (i, -1, &ignore, &end, &val, string)
          && ((cmp_id = get_composition_id (i, i_byte, end - i, val, string))




reply via email to

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