From: Chong Yidong Date: Mon, 16 Apr 2007 15:11:54 +0000 (+0000) Subject: * xdisp.c (cursor_row_p): Only end row on newline if it's a display X-Git-Tag: emacs-pretest-22.0.98~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=837751ae73d009fd7fdb4f8f776231c263cff835;p=emacs.git * xdisp.c (cursor_row_p): Only end row on newline if it's a display string. Suggested by Lennart Borgman. --- diff --git a/src/ChangeLog b/src/ChangeLog index 999f6106e67..60927b88292 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-04-16 Chong Yidong + + * 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 * alloc.c (mem_insert): Set min_heap_address and max_heap_address