summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-21 10:45:58 -0500
committerCase Duckworth2021-05-21 10:45:58 -0500
commit727ab389b9190dae7478291615b36444fdb2b9f2 (patch)
tree24c486904e3a0d6e683dadf572e54e2243e8be8b /early-init.el
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-727ab389b9190dae7478291615b36444fdb2b9f2.tar.gz
emacs-727ab389b9190dae7478291615b36444fdb2b9f2.zip
Fix `acdw/system' argument parsing
`acdw/system' parsed arities of the form

(acdw/system (:home (do-thing)))

incorrectly: instead of expanding to (pcase acdw/system (:home (do-thing))),
it parsed to ... something else that tried to call `:home' as a function and
crapped out.  I've fixed that issue and clarified the `cond' clauses.
Diffstat (limited to 'early-init.el')
0 files changed, 0 insertions, 0 deletions