MELPA review surfaced issue with Transient macros being expanded before
defconst forms during byte-compilation.
Fix/workaround is to place defconst forms into a separate file to be
byte-compiled, then is imported (required) into file containing macro
referencing the defconst.
MELPA review surfaced issue with Transient macros being expanded before
defconst
forms during byte-compilation.Fix/workaround is to place
defconst
forms into a separate file to be byte-compiled, then is imported (required) into file containing macro referencing thedefconst
.Added wp keyword.