]> git.eshelyaron.com Git - emacs.git/commitdiff
elint.el trivia.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Feb 2011 07:27:59 +0000 (23:27 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Feb 2011 07:27:59 +0000 (23:27 -0800)
* lisp/emacs-lisp/elint.el (elint-standard-variables):
Remove a couple of built-ins that now have doc-strings.

lisp/ChangeLog
lisp/emacs-lisp/elint.el

index 826e66deb7821ce31840e051d54a0321af40ec7e..0b9d0ae97759abf09017536dc68be1ed185298c5 100644 (file)
@@ -1,5 +1,8 @@
 2011-02-03  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
index 36c26676fe91c0ef85cf3f52186140a10e055af5..0b8aa0345008e17f81a7d4c32573cfc065d286d9 100644 (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.")