From: Chong Yidong Date: Tue, 10 Apr 2007 15:57:01 +0000 (+0000) Subject: * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement glyph X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/63a4fc686d68caab09b52921b5dc6cf692062564 * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement glyph pointer before start of glyph row. --- diff --git a/src/ChangeLog b/src/ChangeLog index b6cb540fa4..cfe86dabd9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-04-10 Chong Yidong + + * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement + glyph pointer before start of glyph row. + 2007-04-09 YAMAMOTO Mitsuharu * s/darwin.h (__restrict, struct kboard): Remove outdated workarounds.