]> git.eshelyaron.com Git - emacs.git/commit
Fix a crash when a display string is continued to the next line.
authorEli Zaretskii <eliz@gnu.org>
Tue, 27 Apr 2010 19:40:05 +0000 (22:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 27 Apr 2010 19:40:05 +0000 (22:40 +0300)
commit4fc85283057936715d48842ec8f89ae146b1e8d7
treeaca940c42605f449fc5dfee7b3fef7dbcbb3efe6
parent7482731ab522e6c0667fcf1b60bc9b5c1ba6ffca
Fix a crash when a display string is continued to the next line.

 xdisp.c (set_cursor_from_row): When looping over a display string,
 don't overstep the end of the glyph row.
src/ChangeLog
src/xdisp.c