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)
This commit is contained in:
parent
8198a14437
commit
d3b100d419
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue