diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-19 22:28:46 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-19 22:29:29 +0200 |
commit | 3c513435369826e44a53dcb12ecc14657e03c73d (patch) | |
tree | e4cba657e2bdec614b1c985eb13b1c2f63aaf0e6 /lisp/emacs-lisp | |
parent | 558ca61cbdba5315c058f70d1ba2232f1391739e (diff) | |
download | emacs-3c513435369826e44a53dcb12ecc14657e03c73d.tar.gz emacs-3c513435369826e44a53dcb12ecc14657e03c73d.tar.bz2 emacs-3c513435369826e44a53dcb12ecc14657e03c73d.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 1 |
1 files changed, 0 insertions, 1 deletions
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) |