Skip to content

Commit 72f4ae0

Browse files
committed
Remove redundant matcher
1 parent 27cb806 commit 72f4ae0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: php-mode.el

+4
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,10 @@ might be to handle switch and goto labels differently."
675675
(c-lang-const c-constant-kwds))
676676
:test 'string-equal))))
677677

678+
(c-lang-defconst c-basic-matchers-before
679+
php (cl-remove-if (lambda (elm) (and (listp elm) (equal (car elm) "\\s|")))
680+
(c-lang-const c-basic-matchers-before php)))
681+
678682
(defun php-lineup-cascaded-calls (langelem)
679683
"Line up chained methods using `c-lineup-cascaded-calls',
680684
but only if the setting is enabled"

0 commit comments

Comments
 (0)