From 7f07c1fe57983af6b6f7965ea0f988b44b4f4bc0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 2 Feb 2011 23:27:59 -0800 Subject: [PATCH] elint.el trivia. * lisp/emacs-lisp/elint.el (elint-standard-variables): Remove a couple of built-ins that now have doc-strings. --- lisp/ChangeLog | 3 +++ lisp/emacs-lisp/elint.el | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 826e66deb78..0b9d0ae9775 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-02-03 Glenn Morris + * emacs-lisp/elint.el (elint-standard-variables): + Remove a couple of built-ins that now have doc-strings. + * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el: `require' is automatically `eval-and-compile'd. 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.") -- 2.39.5