emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 99a9b545f0: Revert "Remove the filename argument from the comma


From: Eli Zaretskii
Subject: emacs-28 99a9b545f0: Revert "Remove the filename argument from the command line after an ELC+ELN build"
Date: Mon, 10 Jan 2022 13:03:35 -0500 (EST)

branch: emacs-28
commit 99a9b545f09dc78494e62c9dc34c0cdb280b879e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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.
---
 lisp/emacs-lisp/comp.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 5b8c20f2bf..2ced6277ad 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]