emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 61b57ec6de: Remove unnecessary autoload cookie in font-core.el


From: Stefan Kangas
Subject: master 61b57ec6de: Remove unnecessary autoload cookie in font-core.el
Date: Tue, 4 Jan 2022 03:53:23 -0500 (EST)

branch: master
commit 61b57ec6de41a0b63083b4c95a13b0e18e70ce90
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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 21d6f514ab..2b75309ff3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]