emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.157.2.1 emacs/src/indent.c:1.157.2.2
*** emacs/src/indent.c:1.157.2.1        Mon Sep  8 08:48:11 2003
--- emacs/src/indent.c  Wed Sep 17 09:51:20 2003
***************
*** 287,293 ****
       int *len, *len_byte, *width;
  {
    Lisp_Object prop;
!   int start, end;
    int id;
  
    if (! find_composition (pos, -1, &start, &end, &prop, Qnil)
--- 287,293 ----
       int *len, *len_byte, *width;
  {
    Lisp_Object prop;
!   EMACS_INT start, end;
    int id;
  
    if (! find_composition (pos, -1, &start, &end, &prop, Qnil)




reply via email to

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