emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 2cc8256: * lisp/emacs-lisp/comp.el (comp-c-func-name


From: Andrea Corallo
Subject: feature/native-comp 2cc8256: * lisp/emacs-lisp/comp.el (comp-c-func-name): Add autoload cookie.
Date: Thu, 1 Oct 2020 04:56:41 -0400 (EDT)

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

    * lisp/emacs-lisp/comp.el (comp-c-func-name): Add autoload cookie.
---
 lisp/emacs-lisp/comp.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index dec5c8e..02b0811 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -598,6 +598,8 @@ instruction."
   (or (comp-spill-decl-spec function-name 'speed)
       comp-speed))
 
+;; Autoloaded as might by used by `disassemble-internal'.
+;;;###autoload
 (defun comp-c-func-name (name prefix &optional first)
   "Given NAME return a name suitable for the native code.
 Add PREFIX in front of it.  If FIRST is not nil pick the first



reply via email to

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