From 3c513435369826e44a53dcb12ecc14657e03c73d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 19 Sep 2021 22:28:46 +0200 Subject: [PATCH] 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. --- lisp/emacs-lisp/checkdoc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 8650d62a77fb..07ae85519179 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)