From: Andrea Corallo Date: Mon, 21 Oct 2019 07:53:00 +0000 (+0200) Subject: add autoload X-Git-Tag: emacs-28.0.90~2727^2~1067 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ba9a4c895b61d5c12118a18cb337f621bea4442;p=emacs.git add autoload --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 90500b9fc38..34e0d02e3b1 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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.