summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-01-10 20:02:39 +0200
committerEli Zaretskii <eliz@gnu.org>2022-01-10 20:02:39 +0200
commit99a9b545f09dc78494e62c9dc34c0cdb280b879e (patch)
tree94a038891c01e37ce60280db90e1815a9f0d1ea4 /lisp/emacs-lisp
parentffc047c896413b6e00032518fc934f08768671fa (diff)
downloademacs-99a9b545f09dc78494e62c9dc34c0cdb280b879e.tar.gz
emacs-99a9b545f09dc78494e62c9dc34c0cdb280b879e.tar.bz2
emacs-99a9b545f09dc78494e62c9dc34c0cdb280b879e.zip
Revert "Remove the filename argument from the command line after an ELC+ELN build"
This reverts commit ffc047c896413b6e00032518fc934f08768671fa. Please don't install anything non-trivial on the release branch without asking first.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/comp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 5b8c20f2bf8..2ced6277add 100644
--- 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)