chiark / gitweb /
el/dot-emacs.el: Fix phase-separation bug.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 May 2020 03:24:07 +0000 (04:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 May 2020 03:25:35 +0000 (04:25 +0100)
commitc2f0949bb360b24e136d406c23a4fa522ae38b81
tree520379ae6fe34f6b08a6cb394c6bddf5bcdb5292
parent45ae75b5c61e3d2934b6cc675d9d8ae021d96a7c
el/dot-emacs.el: Fix phase-separation bug.

Previously, the macro would expect the parent style to exist at
expansion time, which works at the REPL, but not in the byte compiler.
Instead, expand to code to handle inheritance at runtime.
el/dot-emacs.el