]> git.eshelyaron.com Git - emacs.git/commitdiff
add autoload
authorAndrea Corallo <akrl@sdf.org>
Mon, 21 Oct 2019 07:53:00 +0000 (09:53 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:58 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

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