]> git.eshelyaron.com Git - emacs.git/commit
Fix merging of anonymous faces with an `:extend' property on unexec
authorPo Lu <luangruo@yahoo.com>
Thu, 12 May 2022 06:55:41 +0000 (14:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 12 May 2022 06:56:32 +0000 (14:56 +0800)
commita4a229dfff3ede3d083ba874a4119db501118063
tree5efab97f69f949b03771cb73713d670fd99f25e4
parent5743b74d4b2e06ace233d6b170f193a72633f218
Fix merging of anonymous faces with an `:extend' property on unexec

* src/emacs.c (main): Unconditionally call `init_xfaces'.
* src/lisp.h: Enable `init_xfaces' on unexec builds too.
* src/xfaces.c (init_xfaces): Move fix for bug#34226 into
pdumper-specific section leaving the initialization of
`face_attr_sym' intact.
src/emacs.c
src/lisp.h
src/xfaces.c