From: Andrea Corallo Date: Thu, 1 Oct 2020 05:55:00 +0000 (+0200) Subject: * lisp/emacs-lisp/comp.el (comp-c-func-name): Add autoload cookie. X-Git-Tag: emacs-28.0.90~2727^2~409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cc82563d288f5fa1bf1f763eae7934320d40014;p=emacs.git * lisp/emacs-lisp/comp.el (comp-c-func-name): Add autoload cookie. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index dec5c8ec41d..02b08119f9c 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