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 7
7
- EMACS_VERSION=emacs-25.3-travis
8
8
- EMACS_VERSION=emacs-26.1-travis
9
9
- EMACS_VERSION=emacs-git-snapshot-travis
10
+ - EMACS_VERSION=remacs-git-snapshot-travis
10
11
# matrix:
11
12
# allow_failures:
12
13
# - env: EMACS_VERSION=emacs-git-snapshot-travis
Original file line number Diff line number Diff line change 16
16
(defconst php-mode-version-number " 1.21.0"
17
17
" PHP Mode version number." )
18
18
19
- (defconst php-mode-modified " 2019-01-09 "
19
+ (defconst php-mode-modified " 2019-02-28 "
20
20
" PHP Mode build date." )
21
21
22
22
; ; This file is free software; you can redistribute it and/or
@@ -675,6 +675,10 @@ might be to handle switch and goto labels differently."
675
675
(c-lang-const c-constant-kwds))
676
676
:test 'string-equal ))))
677
677
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
+
678
682
(defun php-lineup-cascaded-calls (langelem )
679
683
" Line up chained methods using `c-lineup-cascaded-calls' ,
680
684
but only if the setting is enabled"
You can’t perform that action at this time.
0 commit comments