summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-06-17 22:51:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-06-17 22:51:59 -0700
commite39e811eb8c4058facadcc0beea5565f0ef3bbc2 (patch)
tree410f3b843356c6cd3ec436bf1e697d98540724a5 /src/ChangeLog
parent87830974757826249b19187e645d4965ea084273 (diff)
* dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 70bdbeea3b2..79d9b636e09 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.