]> git.eshelyaron.com Git - emacs.git/commit
Don't lose track of adstyles during face merging
authorPo Lu <luangruo@yahoo.com>
Fri, 9 Feb 2024 02:43:48 +0000 (10:43 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 9 Feb 2024 10:45:02 +0000 (11:45 +0100)
commit890bda10e2e1a3cec22936178871354c1485bd3c
tree770b2c8f2bf17a54f6890ddbda789702111eef18
parent5c82299a9f72bd3787f89faad5cb26a14519a9da
Don't lose track of adstyles during face merging

* src/xfaces.c (merge_face_vectors): If an adstyle exists in
FROM, guarantee that a font spec will exist in TO with the same.

(cherry picked from commit 5af4e346b0b078d6e8f3dd90bb66899d3ed99810)
src/xfaces.c