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 01db8d8 commit 6398894Copy full SHA for 6398894
php-mode.el
@@ -1057,10 +1057,6 @@ After setting the stylevars run hooks according to STYLENAME
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)
1059
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
-
1064
;; We map the php-{beginning,end}-of-defun functions so that they
1065
;; replace the similar commands that we inherit from CC Mode.
1066
;; Because of our remapping we may not actually need to keep the
0 commit comments