1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00

elint.el trivia.

* lisp/emacs-lisp/elint.el (elint-standard-variables):
Remove a couple of built-ins that now have doc-strings.
This commit is contained in:
Glenn Morris 2011-02-02 23:27:59 -08:00
parent 5a6a61f77f
commit 7f07c1fe57
2 changed files with 3 additions and 1 deletions

View file

@ -122,7 +122,6 @@ are as follows, and suppress messages about the indicated features:
;; FIXME I don't see why they shouldn't just get doc-strings.
'(vc-mode local-write-file-hooks activate-menubar-hook buffer-name-history
coding-system-history extended-command-history
kbd-macro-termination-hook read-expression-history
yes-or-no-p-history)
"Standard variables, excluding `elint-builtin-variables'.
These are variables that we cannot detect automatically for some reason.")