]> git.eshelyaron.com Git - emacs.git/commit
A couple of Flymake backends for emacs-lisp-mode
authorJoão Távora <joaotavora@gmail.com>
Wed, 27 Sep 2017 01:44:06 +0000 (02:44 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 3 Oct 2017 00:03:20 +0000 (01:03 +0100)
commit26ac96497e68ab1aaecb700e3eb371f9c0d1a4f5
treeead10f9ef0489e358e911b0fdac297b63fd44c1a
parent4a110bf81682496697ca792a71ebf93e388e86a2
A couple of Flymake backends for emacs-lisp-mode

Loading flymake-elisp.el doesn't setup flymake-mode to turn on
automatically, but it affects emacs-lisp-mode-hook so that
flymake-diagnostic-functions is setup with a suitable buffer-local
value.  The variable flymake-diagnostic-funtions in every live
emacs-lisp-mode buffer is also adjusted.

* lisp/progmodes/flymake.el (top): Require flymake-elisp.

* lisp/progmodes/flymake-elisp.el: New file.
lisp/progmodes/flymake-elisp.el [new file with mode: 0644]
lisp/progmodes/flymake.el