mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove the filename argument from the command line after an ELC+ELN build
This fixes bug #53164. Without this fix, bootstrap-emacs loads the source file uselessly into a buffer after completing the compilation.
This commit is contained in:
parent
368b8fe765
commit
18dac47255
1 changed files with 2 additions and 1 deletions
|
|
@ -4216,7 +4216,8 @@ 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))))))
|
||||
(rename-file tempfile target-file t)))
|
||||
(setq command-line-args-left (cdr command-line-args-left)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun native-compile-async (files &optional recursively load selector)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue