Skip to content

Commit e3aeebe

Browse files
committed
Fix the wrong variable being set
1 parent 6398894 commit e3aeebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,8 +1054,8 @@ After setting the stylevars run hooks according to STYLENAME
10541054

10551055
(setq indent-line-function 'php-cautious-indent-line)
10561056
(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)
1057+
(setq c-at-vsemi-p-fn #'php-c-at-vsemi-p)
1058+
(setq c-vsemi-status-unknown-p-fn #'php-c-vsemi-status-unknown-p)
10591059

10601060
;; We map the php-{beginning,end}-of-defun functions so that they
10611061
;; replace the similar commands that we inherit from CC Mode.

0 commit comments

Comments
 (0)