Skip to content

Commit

Permalink
(require 'flymake-proc) when compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Nov 18, 2023
1 parent b8c3484 commit d1feb77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/php-flymake.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@

;;; Code:
(require 'flymake)
(require 'flymake-proc)
(require 'cl-lib)
(eval-and-compile
(require 'flymake-proc))
(eval-when-compile
(require 'pcase)
(require 'rx))
Expand Down

0 comments on commit d1feb77

Please sign in to comment.