[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode 7e93315a8e 1/2: Add (require 'flymake-proc)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/php-mode 7e93315a8e 1/2: Add (require 'flymake-proc) |
Date: |
Thu, 28 Sep 2023 22:01:35 -0400 (EDT) |
branch: elpa/php-mode
commit 7e93315a8e28a26f5f8398ecd519beff00ca9a82
Author: takeokunn <bararararatty@gmail.com>
Commit: takeokunn <bararararatty@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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/php-mode 7e93315a8e 1/2: Add (require 'flymake-proc),
ELPA Syncer <=