File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 32
32
- ' 26.1'
33
33
- ' 25.3'
34
34
- ' 25.2'
35
- - ' 24.5'
36
- - ' 24.4'
37
35
- ' snapshot'
38
36
39
37
env :
Original file line number Diff line number Diff line change 3
3
# Run linter in Docker. Used in Makefile.
4
4
5
5
# Indentation rules changed since 29.
6
- for version in 30 29 # 28 27 26 25 24
6
+ for version in 30 29 # 28 27 26 25
7
7
do
8
8
docker \
9
9
run \
Original file line number Diff line number Diff line change 2
2
3
3
# Run tests in Docker. Used in Makefile.
4
4
5
- for version in 30 29 28 27 26 25 24
5
+ for version in 30 29 28 27 26 25
6
6
do
7
7
rm -f * .elc test/* .elc
8
8
rm -f * -autoloads.el
Original file line number Diff line number Diff line change 10
10
; ; Maintainer: taku0 <[email protected] >
11
11
; ;
12
12
; ; Version: 9.4.0
13
- ; ; Package-Requires: ((emacs "24.4") (seq "2.3 "))
13
+ ; ; Package-Requires: ((emacs "25.2 "))
14
14
; ; Keywords: languages swift
15
15
; ; URL: https://github.com/swift-emacs/swift-mode
16
16
You can’t perform that action at this time.
0 commit comments