]> git.eshelyaron.com Git - emacs.git/commit
Support ':extend' in faces defined by list of key/value pairs
authorEli Zaretskii <eliz@gnu.org>
Tue, 26 Nov 2019 17:29:45 +0000 (19:29 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 26 Nov 2019 17:29:45 +0000 (19:29 +0200)
commitd4515f3cabcb2e70d71cd4133d069f5286d30654
tree9976adeecf0264e8f728fd09ef95739e6195b561
parent094eb04ce5d8c1ccef78113c8cc6791d1d3b6bf8
Support ':extend' in faces defined by list of key/value pairs

* src/xfaces.c: Update and improve commentary at the beginning
of the file.
(face_attr_sym): New static array.
(init_xfaces): Initialize 'face_attr_sym'.
(merge_face_ref): Handle the :extend attribute in faces
specified as lists of key/value pairs.  (Bug#37774)
src/xfaces.c