mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
* Deferred compilation must always compile despite source file timestamp
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Always compile if load is set.
This commit is contained in:
parent
377ffdb528
commit
b6238d826e
@ -2568,6 +2568,8 @@ display a message."
|
||||
"`comp-files-queue' should be \".el\" files: %s"
|
||||
source-file)
|
||||
when (or comp-always-compile
|
||||
load ; Always compile when the compilation is
|
||||
; commanded for late load.
|
||||
(file-newer-than-file-p source-file
|
||||
(comp-el-to-eln-filename source-file)))
|
||||
do (let* ((expr `(progn
|
||||
|
Loading…
Reference in New Issue
Block a user