Split flymake.el into flymake-proc.el and flymake-ui.el
commiteb34f7f5a29e7bf62326ecb6e693f28878be28cd
authorJoão Távora <joaotavora@gmail.com>
Thu, 17 Aug 2017 11:43:05 +0000 (17 12:43 +0100)
committerJoão Távora <joaotavora@gmail.com>
Thu, 17 Aug 2017 12:37:35 +0000 (17 13:37 +0100)
tree943b2c44c4dac4325377c519cd9883ce400b12c0
parentddda5ae547d4c814482984cad3d350f65db082e3
Split flymake.el into flymake-proc.el and flymake-ui.el

flymake.el is now a stub that requires both files.

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

* lisp/progmodes/flymake-ui.el: New file.

* lisp/progmodes/flymake.el: Split into flymake-ui.el and
  flymake-proc.el.  Require both files.
lisp/progmodes/flymake-proc.el [copied from lisp/progmodes/flymake.el with 67% similarity]
lisp/progmodes/flymake-ui.el [new file with mode: 0644]
lisp/progmodes/flymake.el