Skip to content

Commit 2f715a1

Browse files
committed
Quote flymake-cc as function symbol
1 parent 3807671 commit 2f715a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flymake-phpstan.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
(when enabled
110110
(flymake-mode 1)
111111
(when flymake-phpstan-disable-c-mode-hooks
112-
(remove-hook 'flymake-diagnostic-functions 'flymake-cc t))
112+
(remove-hook 'flymake-diagnostic-functions #'flymake-cc t))
113113
(add-hook 'flymake-diagnostic-functions #'flymake-phpstan nil t))))
114114

115115
(provide 'flymake-phpstan)

0 commit comments

Comments
 (0)