]> git.eshelyaron.com Git - emacs.git/commit
Split Flymake into flymake.el into flymake-proc.el (again!)
authorJoão Távora <joaotavora@gmail.com>
Thu, 17 Aug 2017 14:38:12 +0000 (15:38 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 2 Oct 2017 23:48:18 +0000 (00:48 +0100)
commit71776eca4e985e6fdc2ba1d6cbe29ff35afcb220
tree9b305962c777f6ac52df1d888ca4760cc3392c0d
parentce540f8a687672fade6eb91e64ddf86e1e868784
Split Flymake into flymake.el into flymake-proc.el (again!)

After deciding that this work would continue on master only, which
caused two commits named

   Revert "Split flymake.el into flymake-proc.el and flymake-ui.el"

and

   Revert "Add flymake-backends defcustom"

to be added to the emacs-26 branch, further discussion reversed that
decision.

   See:

     https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg01020.html
     https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg01030.html

This means that those two commits MUST be merged to master AFTER ALL.

flymke-proc.el contains the main syntax-checking backend, while
flymake.el keeps mostly the UI part.

* lisp/progmodes/flymake-proc.el: New file.  Require flymake.

* lisp/progmodes/flymake.el: Require flymake-proc.el at the end.
lisp/progmodes/flymake-proc.el [new file with mode: 0644]
lisp/progmodes/flymake.el