Load files during byte-compilation
Prevents issues like missing macro definitions in later modules, at the cost of making byte-compilation a little heavier.
This commit is contained in:
parent
4be4756f90
commit
a2367866ec
1 changed files with 1 additions and 0 deletions
|
@ -626,6 +626,7 @@ If ONLY-RECOMPILE-P is non-nil, only recompile out-of-date files."
|
|||
total-fail)
|
||||
(t
|
||||
(message! (green "Compiled %s" short-name))
|
||||
(quiet! (load file t t))
|
||||
total-success))))))
|
||||
(message!
|
||||
(bold
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue