summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-02-02 23:27:59 -0800
committerGlenn Morris <rgm@gnu.org>2011-02-02 23:27:59 -0800
commit7f07c1fe57983af6b6f7965ea0f988b44b4f4bc0 (patch)
tree9ec73494d8df3d233fc6dd346a755fa789101220 /lisp/emacs-lisp
parent5a6a61f77f1949666b9d66501232851b36807723 (diff)
downloademacs-7f07c1fe57983af6b6f7965ea0f988b44b4f4bc0.tar.gz
emacs-7f07c1fe57983af6b6f7965ea0f988b44b4f4bc0.tar.bz2
emacs-7f07c1fe57983af6b6f7965ea0f988b44b4f4bc0.zip
elint.el trivia.
* lisp/emacs-lisp/elint.el (elint-standard-variables): Remove a couple of built-ins that now have doc-strings.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/elint.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el
index 36c26676fe9..0b8aa034500 100644
--- a/lisp/emacs-lisp/elint.el
+++ b/lisp/emacs-lisp/elint.el
@@ -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.")