]> git.eshelyaron.com Git - emacs.git/commit
(elint-file, elint-directory): New autoloaded commands.
authorGlenn Morris <rgm@gnu.org>
Sat, 12 Sep 2009 02:41:39 +0000 (02:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 12 Sep 2009 02:41:39 +0000 (02:41 +0000)
commit6974be68b6a243403ce44033bc0d556b134e75f3
tree442a0e34517a12d2e4cf4cd6340fb624b017666f
parent30194d4d1b45fb4d096b5b98976bad4549127cc1
(elint-file, elint-directory): New autoloaded commands.
(elint-current-buffer): Set mode-line-process.
(elint-init-env): Handle define-derived-mode.
Fix declare-function with unspecified arglist.  Guard against odd
defalias statements (eg iso-insert's 8859-1-map).
(elint-add-required-env): Use a temp buffer.
(elint-form): Just print the function/macro name, not the whole form.
Return env unchanged if we fail to parse a macro.
(elint-forms): Guard against parse errors.
(elint-output): New function, to handle batch mode.
(elint-log-message): Add optional argument.  Use elint-output.
(elint-set-mode-line): New function.
lisp/emacs-lisp/elint.el