mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
Fix part 2 of bug #9771 with lines that start with a display vector.
src/xdisp.c (start_display): If the character at POS is displayed via a display vector, reset IT->current.dpvec_index to zero.
This commit is contained in:
parent
5214e501a2
commit
8547b010fa
2 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2011-10-19 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* xdisp.c (start_display): If the character at POS is displayed
|
||||
via a display vector, reset IT->current.dpvec_index to zero.
|
||||
(Bug#9771, part 2)
|
||||
|
||||
2011-10-18 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* xdisp.c (get_next_display_element): Handle U+2010 and U+2011
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue