Open tromey opened 7 years ago
Currently el-compile knows to handle eval-when-compile but it also needs some special treatment for defvar (mark as special), defmacro, and defsubst. Maybe special treatment for defconst would also be valuable.
el-compile
eval-when-compile
defvar
defmacro
defsubst
defconst
Currently
el-compile
knows to handleeval-when-compile
but it also needs some special treatment fordefvar
(mark as special),defmacro
, anddefsubst
. Maybe special treatment fordefconst
would also be valuable.