]> git.eshelyaron.com Git - emacs.git/commit
Avoid infloop in face merging due to bad face spec
authorEli Zaretskii <eliz@gnu.org>
Wed, 11 Dec 2019 17:11:23 +0000 (19:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 11 Dec 2019 17:11:23 +0000 (19:11 +0200)
commitbad2532f664e11e5b32c1194f2274ba2d1f0116b
tree89c22e8c404198084afd62e5dbed419b2dedfb88
parent73e51c9846651d361ad554a8839411980aaf182b
Avoid infloop in face merging due to bad face spec

* src/xfaces.c (face_inherited_attr): Don't infloop if
get_lface_attributes fails in the inner loop.  Reported by
Yuri D'Elia <wavexx@thregr.org>.
src/xfaces.c