mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
* lisp/emacs-lisp/comp.el (comp-c-func-name): Add autoload cookie.
This commit is contained in:
parent
ec23b719e5
commit
2cc82563d2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue