Skip to content

Commit

Permalink
Revert "Flag checkdoc-symbol-words as a :safe variable"
Browse files Browse the repository at this point in the history
There was no need for this change, as this variable was already marked
as :safe.

This reverts commit 222a7a1.
  • Loading branch information
skangas committed Sep 19, 2021
1 parent 558ca61 commit 3c51343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lisp/emacs-lisp/checkdoc.el
Expand Up @@ -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)

Expand Down

0 comments on commit 3c51343

Please sign in to comment.