projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffc047c
)
Revert "Remove the filename argument from the command line after an ELC+ELN build"
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 10 Jan 2022 18:02:39 +0000
(20:02 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 10 Jan 2022 18:02:39 +0000
(20:02 +0200)
This reverts commit
ffc047c896413b6e00032518fc934f08768671fa
.
Please don't install anything non-trivial on the release branch
without asking first.
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 5b8c20f2bf89ec07ec05e24bc6ad0b5eef896c32..2ced6277adde48633f4486666e01ced475574de9 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-4224,8
+4224,7
@@
variable 'NATIVE_DISABLED' is set, only byte compile."
(batch-native-compile)
(pcase byte-to-native-output-file
(`(,tempfile . ,target-file)
- (rename-file tempfile target-file t)))
- (setq command-line-args-left (cdr command-line-args-left)))))
+ (rename-file tempfile target-file t))))))
;;;###autoload
(defun native-compile-async (files &optional recursively load selector)