Mercurial > emacs
changeset 77263:ee73cde6a017
* xdisp.c (cursor_row_p): Only end row on newline if it's a display
string. Suggested by Lennart Borgman.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 16 Apr 2007 15:11:54 +0000 |
parents | fea3ea92ddb4 |
children | 542c85728198 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Apr 16 07:05:28 2007 +0000 +++ b/src/ChangeLog Mon Apr 16 15:11:54 2007 +0000 @@ -1,3 +1,8 @@ +2007-04-16 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (cursor_row_p): Only end row on newline if it's a + display string. Suggested by Lennart Borgman. + 2007-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * alloc.c (mem_insert): Set min_heap_address and max_heap_address