emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 7ba816e: * lisp/emacs-lisp/comp.el (comp-lookup-eln)


From: Andrea Corallo
Subject: feature/native-comp 7ba816e: * lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.
Date: Sun, 21 Mar 2021 16:56:29 -0400 (EDT)

branch: feature/native-comp
commit 7ba816ee1cba00cf29cc79f60e731d86c8dc3a07
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.
---
 lisp/emacs-lisp/comp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index e688d41..90e127d 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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]