diff options
author | Case Duckworth | 2021-05-21 10:45:58 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-21 10:45:58 -0500 |
commit | 727ab389b9190dae7478291615b36444fdb2b9f2 (patch) | |
tree | 24c486904e3a0d6e683dadf572e54e2243e8be8b /early-init.el | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs (diff) | |
download | emacs-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