From 85baceead56a9cd48a750e88a589521566e38254 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Sat, 10 Sep 2022 03:08:15 +0900 Subject: [PATCH] Remove (c-lang-defconst c-opt-<>-sexp-key) fixed https://github.com/emacs-php/php-mode/pull/519/commits/8a437100f6b2bbb84bc8aee8577ba302922d2af1 refs https://github.com/emacs-php/php-mode/pull/519 --- lisp/php-mode.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/php-mode.el b/lisp/php-mode.el index ecf80dd8..de29cc0d 100644 --- a/lisp/php-mode.el +++ b/lisp/php-mode.el @@ -572,9 +572,6 @@ might be to handle switch and goto labels differently." php (cl-remove-if (lambda (elm) (and (listp elm) (memq 'c-annotation-face elm))) (c-lang-const c-basic-matchers-after php))) -(c-lang-defconst c-opt-<>-sexp-key - php nil) - (defconst php-mode--re-return-typed-closure (eval-when-compile (rx symbol-start "function" symbol-end