emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/php-mode 6b24392a51 2/2: Merge pull request #704 from emac


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 6b24392a51 2/2: Merge pull request #704 from emacs-php/fix/identation-arglist
Date: Fri, 9 Sep 2022 23:58:54 -0400 (EDT)

branch: elpa/php-mode
commit 6b24392a51f2689158526a5eca4cb71f112317d1
Merge: aacb783c77 85baceead5
Author: USAMI Kenta <tadsan@pixiv.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #704 from emacs-php/fix/identation-arglist
    
    Remove (c-lang-defconst c-opt-<>-sexp-key)
---
 lisp/php-mode.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index ecf80dd855..de29cc0d56 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]