projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8a204e
)
Fix native-comp of trampolines after previous change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 28 May 2022 10:31:52 +0000
(12:31 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 28 May 2022 10:32:01 +0000
(12:32 +0200)
* lisp/emacs-lisp/comp.el (comp--native-compile): Don't delete the
explicitly specified output file, just temp files.
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 1d870dcae8bea508e01d8043fe932dad5e781c20..53803b38184c1fabf74b45c29b18bd937c9ece22 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-4088,6
+4088,7
@@
the deferred compilation mechanism."
;; called with something other than a file as the argument.
;; Delete it.
(when (and (not (stringp function-or-file))
+ (not output)
comp-ctxt
(comp-ctxt-output comp-ctxt)
(file-exists-p (comp-ctxt-output comp-ctxt)))