diff options
author | Andrea Corallo <acorallo@gnu.org> | 2024-02-15 19:17:07 +0100 |
---|---|---|
committer | Andrea Corallo <acorallo@gnu.org> | 2024-02-15 19:20:03 +0100 |
commit | 4dbc3bbcc568182380d4646310a652285e210876 (patch) | |
tree | c3366b0f167dc35cb077d139e8911bdc392d44e2 /lisp/emacs-lisp/comp.el | |
parent | 7b34bb5c928798e0d40fce062c1b6d4b2ce06979 (diff) | |
download | emacs-4dbc3bbcc568182380d4646310a652285e210876.tar.gz emacs-4dbc3bbcc568182380d4646310a652285e210876.tar.bz2 emacs-4dbc3bbcc568182380d4646310a652285e210876.zip |
; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |