]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (handle_single_display_spec, handle_display_prop): Undo
authorChong Yidong <cyd@stupidchicken.com>
Fri, 24 Oct 2008 18:53:54 +0000 (18:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 24 Oct 2008 18:53:54 +0000 (18:53 +0000)
2005-05-16 change.
(handle_stop): Pop iterator if it's loaded with an empty string.
(get_overlay_strings_1): Don't save iterator if it's loaded with
an empty string (bug#1201).

src/ChangeLog

index 7620a321c18dc0d5a0f6c62d178ffefa6b76df18..7176a2aa6ec331114d90ab61004842f408783316 100644 (file)
@@ -1,3 +1,11 @@
+2008-10-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (handle_single_display_spec, handle_display_prop): Undo
+       2005-05-16 change.
+       (handle_stop): Pop iterator if it's loaded with an empty string.
+       (get_overlay_strings_1): Don't save iterator if it's loaded with
+       an empty string (bug#1201).
+
 2008-10-24  Kenichi Handa  <handa@m17n.org>
 
        * ftfont.c (ftfont_otf_features): Fix previous change.