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-Tag: emacs-pretest-22.0.98~156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63a4fc686d68caab09b52921b5dc6cf692062564;p=emacs.git * 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 b6cb540fa4e..cfe86dabd96 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.