]> git.eshelyaron.com Git - emacs.git/commit
Protect against timer triggers when no flymake-mode
authorJoão Távora <joaotavora@gmail.com>
Wed, 20 Sep 2017 18:10:30 +0000 (19:10 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 2 Oct 2017 23:53:11 +0000 (00:53 +0100)
commit555bea3615c2fb032c2b24ff6252e4322e9192d0
tree32b68a97709a9e704881b7fa6c1599fc82d8fba3
parentb17ec761cb172123ff00bc13c94d349bd23eba1a
Protect against timer triggers when no flymake-mode

Not 100% sure on how to trigger this error, but it happened once or
twice, possibly during heavy debugging scenarios that wouldn't really
happen.  But a good idea anyway.

* lisp/progmodes/flymake.el (flymake-on-timer-event): Check flymake-mode
lisp/progmodes/flymake.el