From: Eli Zaretskii Date: Mon, 10 Jan 2022 18:02:39 +0000 (+0200) Subject: Revert "Remove the filename argument from the command line after an ELC+ELN build" X-Git-Tag: emacs-28.0.92~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99a9b545f09dc78494e62c9dc34c0cdb280b879e;p=emacs.git 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. --- 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)