]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.
authorAndrea Corallo <akrl@sdf.org>
Sun, 21 Mar 2021 20:55:13 +0000 (21:55 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 21 Mar 2021 20:55:13 +0000 (21:55 +0100)
lisp/emacs-lisp/comp.el

index e688d41f5d9025a21eb57ccbf654a472003d6ac8..90e127d63232add9a532821c82b7da9e011ef3f3 100644 (file)
@@ -4099,6 +4099,7 @@ bytecode definition was not changed in the meantime)."
 \f
 ;;; 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'."