]> git.eshelyaron.com Git - emacs.git/commit
Don't call flymake report function if flymake is disabled
authorDan Davison <dandavison7@gmail.com>
Tue, 12 May 2020 15:50:56 +0000 (11:50 -0400)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 15:50:56 +0000 (16:50 +0100)
commitf97e9aa75c794f11442167c239439244c88d343f
treefe5c59840635d2d3ee19684d57f9e0a093321b5f
parent11c911574972976fbf39cdfb392d469d61f688da
Don't call flymake report function if flymake is disabled

Also fix https://github.com/joaotavora/eglot/issues/472.

Copyright-paperwork-exempt: yes

* eglot.el (eglot-handle-notification): Check that flymake-mode is
  active before calling flymake report function.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/468
lisp/progmodes/eglot.el