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:
parent
ffc047c896
commit
99a9b545f0
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue