]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Remove the filename argument from the command line after an ELC+ELN build"
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Jan 2022 18:02:39 +0000 (20:02 +0200)
committerEli 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

index 5b8c20f2bf89ec07ec05e24bc6ad0b5eef896c32..2ced6277adde48633f4486666e01ced475574de9 100644 (file)
@@ -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)