projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ba47c
)
; Remove debugging leftover message
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Dec 2022 20:06:34 +0000
(22:06 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Dec 2022 20:06:34 +0000
(22:06 +0200)
* lisp/emacs-lisp/comp.el (comp--native-compile): Remove
unnecessary call to 'message'. (Bug#59766)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 46abca417b20d62e13dfd423ab3dee7485979323..7b562aaa53d784dc865eaecf4632125c9773ce4b 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-4115,7
+4115,6
@@
the deferred compilation mechanism."
comp-ctxt
(comp-ctxt-output comp-ctxt)
(file-exists-p (comp-ctxt-output comp-ctxt)))
- (message "Deleting %s" (comp-ctxt-output comp-ctxt))
(delete-file (comp-ctxt-output comp-ctxt))))))))
(defun native-compile-async-skip-p (file load selector)