* lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.

This commit is contained in:
Andrea Corallo 2021-03-21 21:55:13 +01:00
parent 5ae0a728c0
commit 7ba816ee1c

View file

@ -4099,6 +4099,7 @@ bytecode definition was not changed in the meantime)."
;;; Compiler entry points.
;;;###autoload
(defun comp-lookup-eln (filename)
"Given a Lisp source FILENAME return the corresponding .eln file if found.
Search happens in `comp-eln-load-path'."