File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 77 - EMACS_VERSION=emacs-25.3-travis
88 - EMACS_VERSION=emacs-26.1-travis
99 - EMACS_VERSION=emacs-git-snapshot-travis
10+ - EMACS_VERSION=remacs-git-snapshot-travis
1011# matrix:
1112# allow_failures:
1213# - env: EMACS_VERSION=emacs-git-snapshot-travis
Original file line number Diff line number Diff line change 1616(defconst php-mode-version-number " 1.21.0"
1717 " PHP Mode version number." )
1818
19- (defconst php-mode-modified " 2019-01-09 "
19+ (defconst php-mode-modified " 2019-02-28 "
2020 " PHP Mode build date." )
2121
2222; ; This file is free software; you can redistribute it and/or
@@ -675,6 +675,10 @@ might be to handle switch and goto labels differently."
675675 (c-lang-const c-constant-kwds))
676676 :test 'string-equal ))))
677677
678+ (c-lang-defconst c-basic-matchers-before
679+ php (cl-remove-if (lambda (elm ) (and (listp elm) (equal (car elm) " \\ s|" )))
680+ (c-lang-const c-basic-matchers-before php)))
681+
678682(defun php-lineup-cascaded-calls (langelem )
679683 " Line up chained methods using `c-lineup-cascaded-calls' ,
680684but only if the setting is enabled"
You can’t perform that action at this time.
0 commit comments