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,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Thu, 27 Sep 2007 18:49:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/27 18:49:58

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1165
retrieving revision 1.1166
diff -u -b -r1.1165 -r1.1166
--- xdisp.c     6 Sep 2007 02:13:46 -0000       1.1165
+++ xdisp.c     27 Sep 2007 18:49:57 -0000      1.1166
@@ -3609,7 +3609,8 @@
     }
   else
     {
-      int invis_p, newpos, next_stop, start_charpos;
+      int invis_p;
+      EMACS_INT newpos, next_stop, start_charpos;
       Lisp_Object pos, prop, overlay;
 
       /* First of all, is there invisible text at this position?  */




reply via email to

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