emacs-diffs
[Top][All Lists]
Advanced

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

master 4dbc3bbcc56: ; * lisp/emacs-lisp/comp.el (comp--write-bytecode-fi


From: Andrea Corallo
Subject: master 4dbc3bbcc56: ; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment.
Date: Thu, 15 Feb 2024 13:20:27 -0500 (EST)

branch: master
commit 4dbc3bbcc568182380d4646310a652285e210876
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    ; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment.
---
 lisp/emacs-lisp/comp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 6879e6aeeb9..593291a379e 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -3495,6 +3495,7 @@ last directory in `native-comp-eln-load-path')."
              else
              collect (byte-compile-file file))))
 
+;; In use by elisp-mode.el
 (defun comp--write-bytecode-file (eln-file)
   "After native compilation write the bytecode file for ELN-FILE.
 Make sure that eln file is younger than byte-compiled one and



reply via email to

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