]> git.eshelyaron.com Git - emacs.git/commit
Don't use autoloaded functions for safe-local-variable
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Sep 2022 10:36:15 +0000 (12:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Sep 2022 10:36:15 +0000 (12:36 +0200)
commit7be7ad279e96f90cc70e384a350331de8e1607df
treeff13a44fbcf7b6b75d1a87b2bd52debc98d491d7
parent7d39453fd64e355526291b0ca5672e838de5fb58
Don't use autoloaded functions for safe-local-variable

* doc/lispref/symbols.texi (Standard Properties): Clarify how
safe-local-variable should look.

* lisp/emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words)
(checkdoc-symbol-words): Use list-of-strings-p.
(checkdoc-list-of-strings-p): Obsolete.

* lisp/vc/vc-git.el (vc-git-annotate-switches): Remove.
(vc-git-annotate-switches): Open-code the check.
doc/lispref/symbols.texi
lisp/emacs-lisp/checkdoc.el
lisp/vc/vc-git.el