We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c83fbe + 4bdd112 commit 97b9178Copy full SHA for 97b9178
php-mode.el
@@ -1264,7 +1264,8 @@ After setting the stylevars run hooks according to STYLENAME
1264
(setq php-mode--delayed-set-style t)
1265
(when (fboundp 'advice-add)
1266
(advice-add #'c-set-style :after #'php-mode--disable-delay-set-style '(local))))
1267
- (php-set-style (symbol-name php-mode-coding-style)))
+ (let ((php-mode-enable-backup-style-variables nil))
1268
+ (php-set-style (symbol-name php-mode-coding-style))))
1269
1270
(when (or php-mode-force-pear
1271
(and (stringp buffer-file-name)
0 commit comments