* lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.
This commit is contained in:
parent
5ae0a728c0
commit
7ba816ee1c
1 changed files with 1 additions and 0 deletions
|
@ -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'."
|
||||
|
|
Loading…
Add table
Reference in a new issue