Skip to content

Commit 8b52378

Browse files
committed
Remove (c-lang-defconst c-opt-<>-sexp-key)
1 parent 2440330 commit 8b52378

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: lisp/php-mode.el

-3
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,6 @@ might be to handle switch and goto labels differently."
572572
php (cl-remove-if (lambda (elm) (and (listp elm) (memq 'c-annotation-face elm)))
573573
(c-lang-const c-basic-matchers-after php)))
574574

575-
(c-lang-defconst c-opt-<>-sexp-key
576-
php nil)
577-
578575
(defconst php-mode--re-return-typed-closure
579576
(eval-when-compile
580577
(rx symbol-start "function" symbol-end

0 commit comments

Comments
 (0)