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 6398894 commit e3aeebeCopy full SHA for e3aeebe
php-mode.el
@@ -1054,8 +1054,8 @@ After setting the stylevars run hooks according to STYLENAME
1054
1055
(setq indent-line-function 'php-cautious-indent-line)
1056
(setq indent-region-function 'php-cautious-indent-region)
1057
- (setq c-at-vsemi-p-fn 'php-c-at-vsemi-p)
1058
- (setq c-vsemi-status-unknown-p 'php-c-vsemi-status-unknown-p)
+ (setq c-at-vsemi-p-fn #'php-c-at-vsemi-p)
+ (setq c-vsemi-status-unknown-p-fn #'php-c-vsemi-status-unknown-p)
1059
1060
;; We map the php-{beginning,end}-of-defun functions so that they
1061
;; replace the similar commands that we inherit from CC Mode.
0 commit comments