summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-03-21 21:55:13 +0100
committerAndrea Corallo <akrl@sdf.org>2021-03-21 21:55:13 +0100
commit7ba816ee1cba00cf29cc79f60e731d86c8dc3a07 (patch)
tree6325b72ca95bbecd06d2a6d43bfd3357b9edd8b6 /lisp
parent5ae0a728c02045d274e61cc8c9290e827b0fadb8 (diff)
downloademacs-7ba816ee1cba00cf29cc79f60e731d86c8dc3a07.tar.gz
emacs-7ba816ee1cba00cf29cc79f60e731d86c8dc3a07.tar.bz2
emacs-7ba816ee1cba00cf29cc79f60e731d86c8dc3a07.zip
* lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.
Diffstat (limited to 'lisp')
-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)."
;;; 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'."