]> git.eshelyaron.com Git - emacs.git/commit
Improve last change to xfaces.c
authorPo Lu <luangruo@yahoo.com>
Sun, 11 Dec 2022 01:32:20 +0000 (09:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 11 Dec 2022 01:32:47 +0000 (09:32 +0800)
commit05ece1eb8b7ce28d366d02df89449d453be8d37e
treed754b2d292ce8f9bc157cb508fdf6e93b939fb68
parent7013b0179cbe5cce19e114d7673770d1425d3005
Improve last change to xfaces.c

* src/xfaces.c (font_unset_attribute): New function.
(realize_gui_face): Improve commentary and use list instead of
bitmask.
(syms_of_xfaces): Get rid of bitmask.  Replace it by a list,
there is no reason any user should have to think about bitmasks
in Emacs lisp.
src/xfaces.c