]> git.eshelyaron.com Git - emacs.git/commitdiff
Flag checkdoc-package-keywords-flag as a :safe variable
authorJules Tamagnan <jtamagnan@gmail.com>
Fri, 28 Jun 2024 05:04:58 +0000 (22:04 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:37:21 +0000 (09:37 +0200)
* lisp/emacs-lisp/checkdoc.el: Mark 'checkdoc-package-keywords-flag'
as a safe local variable.  (Bug#71812)

(cherry picked from commit d3b100d41922eea3650005881e388affa3b8236c)

lisp/emacs-lisp/checkdoc.el

index 0cd0139045e9cd8c30128a6e4c1b20470b053d5b..4198b2977d7689781bacd93ea7885fef22e06758 100644 (file)
@@ -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.