Skip to content

Commit 2d67ea1

Browse files
committed
Revert "Use c-lang-const t for c-lang-defconst"
This reverts commit eafd047.
1 parent 96adfbf commit 2d67ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/php-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -588,11 +588,11 @@ might be to handle switch and goto labels differently."
588588

589589
(c-lang-defconst c-basic-matchers-before
590590
php (cl-remove-if (lambda (elm) (and (listp elm) (equal (car elm) "\\s|")))
591-
(c-lang-const c-basic-matchers-before t)))
591+
(c-lang-const c-basic-matchers-before php)))
592592

593593
(c-lang-defconst c-basic-matchers-after
594594
php (cl-remove-if (lambda (elm) (and (listp elm) (memq 'c-annotation-face elm)))
595-
(c-lang-const c-basic-matchers-after t)))
595+
(c-lang-const c-basic-matchers-after php)))
596596

597597
(defconst php-mode--re-return-typed-closure
598598
(eval-when-compile

0 commit comments

Comments
 (0)