]> git.eshelyaron.com Git - emacs.git/commitdiff
* dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jun 2011 05:51:59 +0000 (22:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jun 2011 05:51:59 +0000 (22:51 -0700)
src/ChangeLog
src/dispextern.h

index 70bdbeea3b2e2ba2bdd589081efb5089a2108149..79d9b636e09f5d280b0390867a7a18e35f3170fe 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.
+
 2011-06-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        * dispextern.h (struct it.selective): Now EMACS_INT, not int.
index 774c880fee893048855cc87ec756c35fa31eff27..227d5ed58e30a4a4fa759092a860b1c3bd898003 100644 (file)
@@ -2183,7 +2183,7 @@ struct it
      be set at the same time as n_overlay_strings.  It is needed
      because we show before-strings at the start of invisible text;
      see handle_invisible_prop in xdisp.c.  */
-  int overlay_strings_charpos;
+  EMACS_INT overlay_strings_charpos;
 
   /* Vector of overlays to process.  Overlay strings are processed
      OVERLAY_STRING_CHUNK_SIZE at a time.  */