We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadb774 commit f4c7c69Copy full SHA for f4c7c69
php-mode.el
@@ -1206,7 +1206,7 @@ After setting the stylevars run hooks according to STYLENAME
1206
(setq-local add-log-current-defun-function nil)
1207
(setq-local add-log-current-defun-header-regexp php-beginning-of-defun-regexp)
1208
1209
- (when (fboundp #'c-looking-at-or-maybe-in-bracelist)
+ (when (fboundp 'c-looking-at-or-maybe-in-bracelist)
1210
(advice-add #'c-looking-at-or-maybe-in-bracelist
1211
:override 'php-c-looking-at-or-maybe-in-bracelist))
1212
0 commit comments