Revert "Remove the filename argument from the command line after an ELC+ELN build"

This reverts commit ffc047c896.

Please don't install anything non-trivial on the release branch
without asking first.
This commit is contained in:
Eli Zaretskii 2022-01-10 20:02:39 +02:00
parent ffc047c896
commit 99a9b545f0

View 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)