We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9d796 commit f4fbd49Copy full SHA for f4fbd49
lisp/php-mode.el
@@ -1203,7 +1203,7 @@ After setting the stylevars run hooks according to STYLENAME
1203
1204
(when (fboundp 'c-looking-at-or-maybe-in-bracelist)
1205
(advice-add #'c-looking-at-or-maybe-in-bracelist
1206
- :override 'php-c-looking-at-or-maybe-in-bracelist))
+ :override 'php-c-looking-at-or-maybe-in-bracelist '(local)))
1207
(advice-add #'fixup-whitespace :after #'php-mode--fixup-whitespace-after '(local))
1208
1209
(when (>= emacs-major-version 25)
0 commit comments