Delete the require form for flycheck, and declare the needed functions from the flycheck and flymake packages. These changes enable users who prefer flymake to install attrap without installing flycheck.
attrap.el: Delete flycheck from Package-Requires. Delete require form for flycheck. Add declare-function forms for flycheck and flymake functions.
Delete the
require
form for flycheck, and declare the needed functions from the flycheck and flymake packages. These changes enable users who prefer flymake to install attrap without installing flycheck.attrap.el
: Delete flycheck fromPackage-Requires
. Deleterequire
form for flycheck. Adddeclare-function
forms for flycheck and flymake functions.