From: Stefan Kangas Date: Sun, 19 Sep 2021 20:28:46 +0000 (+0200) Subject: Revert "Flag checkdoc-symbol-words as a :safe variable" X-Git-Tag: emacs-28.0.90~824 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c513435369826e44a53dcb12ecc14657e03c73d;p=emacs.git Revert "Flag checkdoc-symbol-words as a :safe variable" There was no need for this change, as this variable was already marked as :safe. This reverts commit 222a7a1a8afdf6921e5981133c605c2d695e9281. --- diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 8650d62a77f..07ae8551917 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -320,7 +320,6 @@ 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)