]> 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>
Tue, 3 Oct 2017 12:49:04 +0000 (13:49 +0100)
commitfe9dc7a087ad2b1ac94d32f975f649a2d7dfeb65
tree67ae0d6f361a8c4b8227e403f2554e1435f98510
parentae42ae79f5b045456c49c7fd8a9b6ee8983080bf
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