diff options
| author | Gerd Moellmann | 1999-12-31 15:35:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-31 15:35:03 +0000 |
| commit | c880678e3e327af3cd1d4230843a84bbe6303964 (patch) | |
| tree | 95e0b9f7162c2900a4f96ee2ca952940d9111006 /src/ChangeLog | |
| parent | 3bd37feb63e4d2a3e926b8b1dc8088a8d6f53008 (diff) | |
| download | emacs-c880678e3e327af3cd1d4230843a84bbe6303964.tar.gz emacs-c880678e3e327af3cd1d4230843a84bbe6303964.zip | |
(next_element_from_buffer): Change assertion at the end
because it doesn't hold when there's an overlay string at the end
from which we deliver an image.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 34e6123607c..079be7210c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 1999-12-31 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (next_element_from_buffer): Change assertion at the end | ||
| 4 | because it doesn't hold when there's an overlay string at the end | ||
| 5 | from which we deliver an image. | ||
| 6 | |||
| 1 | 1999-12-31 William M. Perry <wmperry@gnu.org> | 7 | 1999-12-31 William M. Perry <wmperry@gnu.org> |
| 2 | 8 | ||
| 3 | * xfns.c (enum jpeg_keyword_index): Add JPEG_DATA. | 9 | * xfns.c (enum jpeg_keyword_index): Add JPEG_DATA. |