emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.843.2.1 emacs/src/xdisp.c:1.843.2.2
*** emacs/src/xdisp.c:1.843.2.1 Mon Sep  8 08:48:15 2003
--- emacs/src/xdisp.c   Wed Sep 17 09:52:05 2003
***************
*** 3814,3820 ****
       struct it *it;
  {
    Lisp_Object prop, string;
!   int pos, pos_byte, end;
    enum prop_handled handled = HANDLED_NORMALLY;
  
    if (STRINGP (it->string))
--- 3814,3820 ----
       struct it *it;
  {
    Lisp_Object prop, string;
!   EMACS_INT pos, pos_byte, end;
    enum prop_handled handled = HANDLED_NORMALLY;
  
    if (STRINGP (it->string))
***************
*** 9503,9509 ****
       struct buffer *prev_buf, *buf;
       int prev_pt, pt;
  {
!   int start, end;
    Lisp_Object prop;
    Lisp_Object buffer;
  
--- 9503,9509 ----
       struct buffer *prev_buf, *buf;
       int prev_pt, pt;
  {
!   EMACS_INT start, end;
    Lisp_Object prop;
    Lisp_Object buffer;
  




reply via email to

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