Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (require 'flymake-proc) #765

Merged

Conversation

takeokunn
Copy link
Contributor

@takeokunn takeokunn commented Sep 29, 2023

The following changes have been commited to the Emacs master branch.
emacs-mirror/emacs@81c6569

The places where flymake-proc is used within php-mode are as follows.

$ git grep "flymake-proc" .
lisp/php-flymake.el:  (setq-local flymake-proc-allowed-file-name-masks nil)
lisp/php-mode.el:   (unless (boundp 'flymake-proc-allowed-file-name-masks)

$

7e93315 I added (require 'flymake-proc) in this commit.

@takeokunn takeokunn requested a review from zonuexe September 29, 2023 00:03
@zonuexe zonuexe merged commit 4a29636 into emacs-php:master Sep 29, 2023
@zonuexe
Copy link
Member

zonuexe commented Sep 29, 2023

@takeokunn Thank you!

@takeokunn takeokunn deleted the feature/add-require-flymake-proc branch September 29, 2023 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants