; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment.
This commit is contained in:
parent
7b34bb5c92
commit
4dbc3bbcc5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue