]> git.eshelyaron.com Git - emacs.git/commit
Fix redisplay performance problems with some fonts
authorEli Zaretskii <eliz@gnu.org>
Sun, 16 Apr 2017 07:43:22 +0000 (10:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 16 Apr 2017 07:43:22 +0000 (10:43 +0300)
commit58430f29968a5661caff630d20dbbe7c864fe08d
tree8ec9d9d392f08b16e39c1d3c5a5c5824d5239a60
parentf3b24e90dc9fad355102e1fdf2828ca33d447a07
Fix redisplay performance problems with some fonts

* src/font.c (font_list_entities): Revert part of the changes
introduced on Apr 2, 2014 to fix bug#17125.  It turns out having
zero_vector in the font-cache is an important indication that
cannot be removed.  (Bug#21028)
src/font.c