]> 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 13:18:54 +0000 (14:18 +0100)
commit483f1e834d9008e7b48d7abb3afa84be352014b1
tree6619136b4da41d4c29161f7b5f4a2d181ac1c0bc
parente0df7b9699539a6831dd7d72d6845d2995fb619e
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