Skip to content

Commit

Permalink
Merge pull request #704 from emacs-php/fix/identation-arglist
Browse files Browse the repository at this point in the history
Remove (c-lang-defconst c-opt-<>-sexp-key)
  • Loading branch information
zonuexe authored Sep 10, 2022
2 parents aacb783 + 85bacee commit 6b24392
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lisp/php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b24392

Please sign in to comment.