changeset 33864:d62801b99f4c

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Nov 2000 19:29:26 +0000
parents 2e449f784ca7
children f32333d8172b
files src/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Nov 24 19:29:05 2000 +0000
+++ b/src/ChangeLog	Fri Nov 24 19:29:26 2000 +0000
@@ -1,5 +1,10 @@
 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
 
+	* xdisp.c (init_from_display_pos): If POS says we're already after
+	 an overlay string ending at POS, make sure to pop the iterator
+	 because it will be in front of that overlay string.  When POS is
+	 ZV, we've thereby also ``processed'' overlay strings at ZV.
+
 	* xfaces.c (lface_from_face_name): Function comment fix.
 
 2000-11-24  Miles Bader  <miles@gnu.org>