aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2021-03-21 21:55:13 +0100
committerAndrea Corallo2021-03-21 21:55:13 +0100
commit7ba816ee1cba00cf29cc79f60e731d86c8dc3a07 (patch)
tree6325b72ca95bbecd06d2a6d43bfd3357b9edd8b6
parent5ae0a728c02045d274e61cc8c9290e827b0fadb8 (diff)
downloademacs-7ba816ee1cba00cf29cc79f60e731d86c8dc3a07.tar.gz
emacs-7ba816ee1cba00cf29cc79f60e731d86c8dc3a07.zip
* lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.
-rw-r--r--lisp/emacs-lisp/comp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index e688d41f5d9..90e127d6323 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -4099,6 +4099,7 @@ bytecode definition was not changed in the meantime)."
4099 4099
4100;;; Compiler entry points. 4100;;; Compiler entry points.
4101 4101
4102;;;###autoload
4102(defun comp-lookup-eln (filename) 4103(defun comp-lookup-eln (filename)
4103 "Given a Lisp source FILENAME return the corresponding .eln file if found. 4104 "Given a Lisp source FILENAME return the corresponding .eln file if found.
4104Search happens in `comp-eln-load-path'." 4105Search happens in `comp-eln-load-path'."