From 7ba9a4c895b61d5c12118a18cb337f621bea4442 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 21 Oct 2019 09:53:00 +0200 Subject: [PATCH] add autoload --- lisp/emacs-lisp/comp.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5