Skip to content

Commit f4c7c69

Browse files
committed
Suppress lint error for c-looking-at-or-maybe-in-bracelist
1 parent fadb774 commit f4c7c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ After setting the stylevars run hooks according to STYLENAME
12061206
(setq-local add-log-current-defun-function nil)
12071207
(setq-local add-log-current-defun-header-regexp php-beginning-of-defun-regexp)
12081208

1209-
(when (fboundp #'c-looking-at-or-maybe-in-bracelist)
1209+
(when (fboundp 'c-looking-at-or-maybe-in-bracelist)
12101210
(advice-add #'c-looking-at-or-maybe-in-bracelist
12111211
:override 'php-c-looking-at-or-maybe-in-bracelist))
12121212

0 commit comments

Comments
 (0)