]> git.eshelyaron.com Git - emacs.git/commit
Fix inherited :extend attribute in faces.
authorJimmy Aguilar Mena <spacibba@aol.com>
Thu, 24 Oct 2019 23:52:16 +0000 (01:52 +0200)
committerJimmy Aguilar Mena <spacibba@aol.com>
Tue, 29 Oct 2019 13:34:00 +0000 (14:34 +0100)
commit8ae2a3a46b9c4cd2126f3c6504c619892ffff6ce
treef7dcea902071d9c88d6b563e112edbbad9fb82be
parent0956a65e6f46a04f8fb2bce6e909ff6a10a1c016
Fix inherited :extend attribute in faces.

* src/xfaces.c (merge_face_vectors) : Add extra parameter ATTR_FILTER
with the same functionality than in merge_named_face.  Update all
occurrences.
(merge_named_face): Remove condition to avoid call
`merge_face_vectors`.
src/xfaces.c