We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20b3a7 commit 913e54dCopy full SHA for 913e54d
php-mode.el
@@ -1340,12 +1340,7 @@ After setting the stylevars run hooks according to STYLENAME
1340
(setq-local defun-prompt-regexp
1341
"^\\s-*function\\s-+&?\\s-*\\(\\(\\sw\\|\\s_\\)+\\)\\s-*")
1342
(setq-local add-log-current-defun-header-regexp
1343
- php-beginning-of-defun-regexp)
1344
-
1345
- (when (>= emacs-major-version 25)
1346
- (with-silent-modifications
1347
- (save-excursion
1348
- (php-syntax-propertize-function (point-min) (point-max))))))
+ php-beginning-of-defun-regexp))
1349
1350
(declare-function semantic-create-imenu-index "semantic/imenu" (&optional stream))
1351
0 commit comments