Skip to content

Commit

Permalink
Merge pull request #765 from takeokunn/feature/add-require-flymake-proc
Browse files Browse the repository at this point in the history
Add (require 'flymake-proc)
  • Loading branch information
zonuexe authored Sep 29, 2023
2 parents 8500ecd + 7e93315 commit 4a29636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lisp/php-flymake.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

;;; Code:
(require 'flymake)
(require 'flymake-proc)
(require 'cl-lib)
(eval-when-compile
(require 'pcase)
Expand Down
1 change: 1 addition & 0 deletions lisp/php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a29636

Please sign in to comment.