Mercurial > emacs
changeset 38975:ce926856be71
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 27 Aug 2001 13:52:50 +0000 |
parents | 9ea80db8a1de |
children | 96abf5ad6f42 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 27 13:52:20 2001 +0000 +++ b/src/ChangeLog Mon Aug 27 13:52:50 2001 +0000 @@ -1,5 +1,14 @@ 2001-08-27 Gerd Moellmann <gerd@gnu.org> + * fileio.c (Finsert_file_contents): Allocate, restore, and + free composition data in the case of REPLACE not being nil. + + * xdisp.c (init_from_display_pos, init_to_row_end): Return 0 if + there exist overlay strings with newlines at POS. + (text_outside_line_unchanged_p): Return 0 if changes start at + START and overlays exist at START. Likewise for END. + (try_window_id): Give up if init_to_row_end returns 0. + * fileio.c (Finsert_file_contents): Call Fset_buffer_multibyte unconditionally.