branch: elpa/php-mode
commit f0bb9ebd25048c0ff48c3db72801f211e65854c1
Merge: 95834aa2bd 904313508d
Author: USAMI Kenta <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #820 from emacs-php/fix/eask-files
Ship php-flymake.el and php-align.el in the package
---
Eask | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Eask b/Eask
index b1a157d6f2..deef9331f4 100644
--- a/Eask
+++ b/Eask
@@ -16,11 +16,13 @@
"lisp/php-indent.el"
"lisp/php-keywords.el"
"lisp/php-face.el"
+ "lisp/php-flymake.el"
"lisp/php-format.el"
"lisp/php-project.el"
"lisp/php-local-manual.el"
"lisp/php-ide-phpactor.el"
"lisp/php-ide.el"
+ "lisp/php-align.el"
"lisp/php-mode-debug.el")
(script "test" "echo \"Error: no test specified\" && exit 1")