]> git.eshelyaron.com Git - emacs.git/commit
Allow checkdoc to be called in batch
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 18 May 2015 08:07:03 +0000 (10:07 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 18 May 2015 08:07:03 +0000 (10:07 +0200)
commitd3d50a9c99ef42a270127fe0f5a9e435eb760079
treeb49653391cd45361e292c7e9c58838a23bae62e4
parent8ae43eec7d49f468411bd1aea285be1d3ed0aa4a
Allow checkdoc to be called in batch

* lisp/emacs-lisp/checkdoc.el (checkdoc-error): When `noninteractive'
  is non-nil, echo the error with `warn'.

How it can be used in -batch:

(with-current-buffer (find-file "checkdoc.el")
  (checkdoc-current-buffer t))
lisp/emacs-lisp/checkdoc.el