]> git.eshelyaron.com Git - emacs.git/commit
Make faces work with keywords not having : in symbol names
authorGerd Möllmann <gerd@gnu.org>
Tue, 18 Oct 2022 13:09:26 +0000 (15:09 +0200)
committerGerd Möllmann <gerd@gnu.org>
Tue, 18 Oct 2022 13:09:26 +0000 (15:09 +0200)
commitc4922c4f087038a37ab22e7ece5d0e5b02e17b24
tree5d7c7651b611c8feed6b37cbe2e51a043e6d7fc0
parent8a59cc12daca60db88a0666ed21beac572883a5d
Make faces work with keywords not having : in symbol names

* src/xfaces.c (set_lface_from_font): Use LISP_SYMBOL_NAME.
(merge_face_vectors): Use LISP_SYMBOL_NAME.
(merge_face_ref): Use SYMBOL_KEYWORD_P instead of checking ':'.
(gui_supports_face_attributes_p): Use LISP_SYMBOL_NAME.
src/xfaces.c