emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103097: elint.el trivia.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103097: elint.el trivia.
Date: Wed, 02 Feb 2011 23:27:59 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103097
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-02 23:27:59 -0800
message:
  elint.el trivia.
  
  * lisp/emacs-lisp/elint.el (elint-standard-variables):
  Remove a couple of built-ins that now have doc-strings.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/elint.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-03 07:21:56 +0000
+++ b/lisp/ChangeLog    2011-02-03 07:27:59 +0000
@@ -1,5 +1,8 @@
 2011-02-03  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/emacs-lisp/elint.el'
--- a/lisp/emacs-lisp/elint.el  2011-01-25 04:08:28 +0000
+++ b/lisp/emacs-lisp/elint.el  2011-02-03 07:27:59 +0000
@@ -122,7 +122,6 @@
   ;; 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.")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]