1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

add autoload

This commit is contained in:
Andrea Corallo 2019-10-21 09:53:00 +02:00
parent 922c412803
commit 7ba9a4c895

View File

@ -1693,6 +1693,7 @@ Prepare every function for final compilation and drive the C back-end."
;;; Compiler entry points.
;;;###autoload
(defun native-compile (input)
"Compile INPUT into native code.
This is the entrypoint for the Emacs Lisp native compiler.