branch: elpa/php-mode commit 7e93315a8e28a26f5f8398ecd519beff00ca9a82 Author: takeokunn <barararara...@gmail.com> Commit: takeokunn <barararara...@gmail.com>
Add (require 'flymake-proc) --- lisp/php-flymake.el | 1 + lisp/php-mode.el | 1 + 2 files changed, 2 insertions(+) diff --git a/lisp/php-flymake.el b/lisp/php-flymake.el index 54eef1e789..a3650dad09 100644 --- a/lisp/php-flymake.el +++ b/lisp/php-flymake.el @@ -26,6 +26,7 @@ ;;; Code: (require 'flymake) +(require 'flymake-proc) (require 'cl-lib) (eval-when-compile (require 'pcase) diff --git a/lisp/php-mode.el b/lisp/php-mode.el index dd57690bbf..efcdd2a333 100644 --- a/lisp/php-mode.el +++ b/lisp/php-mode.el @@ -83,6 +83,7 @@ (require 'rx) (require 'cl-lib) (require 'flymake) + (require 'flymake-proc) (require 'php-flymake) (require 'regexp-opt) (declare-function acm-backend-tabnine-candidate-expand "ext:acm-backend-tabnine"