From: Andrea Corallo Date: Thu, 15 Feb 2024 18:17:07 +0000 (+0100) Subject: ; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53ae607dd06aa59fa58d8b1ff9c573e0feae42fb;p=emacs.git ; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment. (cherry picked from commit 4dbc3bbcc568182380d4646310a652285e210876) --- 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