aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-02-02 23:27:59 -0800
committerGlenn Morris2011-02-02 23:27:59 -0800
commit7f07c1fe57983af6b6f7965ea0f988b44b4f4bc0 (patch)
tree9ec73494d8df3d233fc6dd346a755fa789101220
parent5a6a61f77f1949666b9d66501232851b36807723 (diff)
downloademacs-7f07c1fe57983af6b6f7965ea0f988b44b4f4bc0.tar.gz
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.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/emacs-lisp/elint.el1
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 826e66deb78..0b9d0ae9775 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-02-03 Glenn Morris <rgm@gnu.org> 12011-02-03 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/elint.el (elint-standard-variables):
4 Remove a couple of built-ins that now have doc-strings.
5
3 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el: 6 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
4 `require' is automatically `eval-and-compile'd. 7 `require' is automatically `eval-and-compile'd.
5 8
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:
122 ;; FIXME I don't see why they shouldn't just get doc-strings. 122 ;; FIXME I don't see why they shouldn't just get doc-strings.
123 '(vc-mode local-write-file-hooks activate-menubar-hook buffer-name-history 123 '(vc-mode local-write-file-hooks activate-menubar-hook buffer-name-history
124 coding-system-history extended-command-history 124 coding-system-history extended-command-history
125 kbd-macro-termination-hook read-expression-history
126 yes-or-no-p-history) 125 yes-or-no-p-history)
127 "Standard variables, excluding `elint-builtin-variables'. 126 "Standard variables, excluding `elint-builtin-variables'.
128These are variables that we cannot detect automatically for some reason.") 127These are variables that we cannot detect automatically for some reason.")