]> git.eshelyaron.com Git - emacs.git/commit
Protect Flymake checkdoc backend against checkdoc errors (bug#29176)
authorJoão Távora <joaotavora@gmail.com>
Thu, 9 Nov 2017 20:44:11 +0000 (20:44 +0000)
committerJoão Távora <joaotavora@gmail.com>
Thu, 9 Nov 2017 20:45:05 +0000 (20:45 +0000)
commit72e62d3fdb2b24dd9808f49fbbd864715337d2bf
treefdd6195e2dd16be05cd58ae068345d17364cd7a4
parentb28de574112991bfd2234989d080e54f565a549c
Protect Flymake checkdoc backend against checkdoc errors (bug#29176)

The function checkdoc-current-buffer may error if there are unbalanced
parens, for example, but this shouldn't disable the
elisp-flymake-checkdoc backend.

* lisp/progmodes/elisp-mode.el (elisp-flymake-checkdoc): Use
ignore-errors.
lisp/progmodes/elisp-mode.el