From: Stefan Kangas Date: Tue, 4 Jan 2022 08:50:44 +0000 (+0100) Subject: Remove unnecessary autoload cookie in font-core.el X-Git-Tag: emacs-29.0.90~3265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61b57ec6de41a0b63083b4c95a13b0e18e70ce90;p=emacs.git Remove unnecessary autoload cookie in font-core.el * lisp/font-core.el (font-lock-defaults): Remove autoload of risky-local-variable property; this file is preloaded. --- diff --git a/lisp/font-core.el b/lisp/font-core.el index 21d6f514ab6..2b75309ff3f 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -66,7 +66,6 @@ Other variables include that for syntactic keyword fontification, functions, `font-lock-fontify-buffer-function', `font-lock-unfontify-buffer-function', `font-lock-fontify-region-function', `font-lock-unfontify-region-function', and `font-lock-inhibit-thing-lock'.") -;;;###autoload (put 'font-lock-defaults 'risky-local-variable t) (defvar font-lock-function 'font-lock-default-function