branch: elpa/flymake-kondor commit 5e447cc2e42543b581b8a56e1b06308c36fd88d7 Author: ad...@turbocafe.in.eu.org <ad...@turbocafe.in.eu.org> Commit: ad...@turbocafe.in.eu.org <ad...@turbocafe.in.eu.org>
checkdock source --- flymake-kondor.el | 1 + 1 file changed, 1 insertion(+) diff --git a/flymake-kondor.el b/flymake-kondor.el index aec0687..8b03c73 100644 --- a/flymake-kondor.el +++ b/flymake-kondor.el @@ -59,6 +59,7 @@ (list fmqd-source beg end type msg))) ;;;###autoload (defun flymake-kondor-setup () + "Enable flymake backend." (flymake-mode t) (add-hook 'flymake-diagnostic-functions 'flymake-kondor-backend nil t))