emacs-devel
[Top][All Lists]
Advanced

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

Re: master 222a7a1 1/2: Flag checkdoc-symbol-words as a :safe variable


From: Glenn Morris
Subject: Re: master 222a7a1 1/2: Flag checkdoc-symbol-words as a :safe variable
Date: Sun, 19 Sep 2021 13:19:04 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

> branch: master
> commit 222a7a1a8afdf6921e5981133c605c2d695e9281

>     Flag checkdoc-symbol-words as a :safe variable

> --- a/lisp/emacs-lisp/checkdoc.el
> +++ b/lisp/emacs-lisp/checkdoc.el
> @@ -320,6 +320,7 @@ with a universal argument.")
>  These words are ignored when unquoted symbols are searched for.
>  This should be set in an Emacs Lisp file's local variables."
>    :type '(repeat (string :tag "Word"))
> +  :safe #'listp
>    :version "28.1")
>  ;;;###autoload(put 'checkdoc-symbol-words 'safe-local-variable 
> #'checkdoc-list-of-strings-p)

checkdoc-symbol-words already had a safe-local-variable property
(last line of the context above).





reply via email to

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