]> git.eshelyaron.com Git - emacs.git/commit
Fix bug with face-id after restoring from pdump
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 Jan 2019 15:24:04 +0000 (17:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 Jan 2019 15:24:04 +0000 (17:24 +0200)
commitcd06d173a602bf0aa8a227ff1626dc70013fe480
tree054908e08e1f1adcc8aace9b10e872e05e592b6a
parentfa7a841124578c00872d8a5aa834f6bbe57400ff
Fix bug with face-id after restoring from pdump

* src/xfaces.c (init_xfaces): New function.
* src/emacs.c (main) [HAVE_PDUMPER]: If dumped with pdumper,
call init_xfaces.  (Bug#34226)
* src/lisp.h (init_xfaces) [HAVE_PDUMPER]: Add prototype.

* test/lisp/faces-tests.el (faces--test-face-id): New test for
bug#34226.
src/emacs.c
src/lisp.h
src/xfaces.c
test/lisp/faces-tests.el