Skip to content

Commit 6398894

Browse files
committed
Remove to set syntax-begin-function
1 parent 01db8d8 commit 6398894

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

php-mode.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,10 +1057,6 @@ After setting the stylevars run hooks according to STYLENAME
10571057
(setq c-at-vsemi-p-fn 'php-c-at-vsemi-p)
10581058
(setq c-vsemi-status-unknown-p 'php-c-vsemi-status-unknown-p)
10591059

1060-
;; syntax-begin-function is obsolete in Emacs 25.1
1061-
(with-no-warnings
1062-
(setq-local syntax-begin-function 'c-beginning-of-syntax))
1063-
10641060
;; We map the php-{beginning,end}-of-defun functions so that they
10651061
;; replace the similar commands that we inherit from CC Mode.
10661062
;; Because of our remapping we may not actually need to keep the

0 commit comments

Comments
 (0)