From: Jules Tamagnan Date: Fri, 28 Jun 2024 05:04:58 +0000 (-0700) Subject: Flag checkdoc-package-keywords-flag as a :safe variable X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a461f989a6d5976918f49ab843e4076a885059f;p=emacs.git Flag checkdoc-package-keywords-flag as a :safe variable * lisp/emacs-lisp/checkdoc.el: Mark 'checkdoc-package-keywords-flag' as a safe local variable. (Bug#71812) (cherry picked from commit d3b100d41922eea3650005881e388affa3b8236c) --- diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 0cd0139045e..4198b2977d7 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -289,6 +289,7 @@ made in the style guide relating to order." Currently, all recognized keywords must be on `finder-known-keywords'." :version "25.1" :type 'boolean) +;;;###autoload(put 'checkdoc-package-keywords-flag 'safe-local-variable #'booleanp) (defvar checkdoc-style-functions nil "Hook run after the standard style check is completed.