Mercurial > emacs
changeset 35380:a9656772b595
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 17 Jan 2001 20:11:33 +0000 |
parents | 4bdad7b6d6dc |
children | 4c64b7c154ce |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 17 20:11:05 2001 +0000 +++ b/src/ChangeLog Wed Jan 17 20:11:33 2001 +0000 @@ -1,5 +1,10 @@ 2001-01-17 Gerd Moellmann <gerd@gnu.org> + * xdisp.c (forward_to_next_line_start): Avoid calling + get_next_display_element when the newline is already found. This + may change the iterator's position, when its current position is + equal to the iterator's stop_charpos. + * dispnew.c (direct_output_for_insert): If char_ins_del_ok is zero, use this method only at the end of a line.