From 61b57ec6de41a0b63083b4c95a13b0e18e70ce90 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 4 Jan 2022 09:50:44 +0100 Subject: [PATCH] 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. --- lisp/font-core.el | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2