Skip to content

Commit b485ce5

Browse files
committed
fix: diff-buffers added after 27.1
1 parent cd11acc commit b485ce5

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
emacs-version:
23-
- 26.3
2423
- 27.2
2524
- 28.2
2625
- 29.4
@@ -37,8 +36,6 @@ jobs:
3736
emacs-version: snapshot
3837
experimental: true
3938
exclude:
40-
- os: macos-latest
41-
emacs-version: 26.3
4239
- os: macos-latest
4340
emacs-version: 27.2
4441

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
(source 'gnu)
1414

15-
(depends-on "emacs" "26.1")
15+
(depends-on "emacs" "27.1")
1616

1717
(add-hook 'eask-before-compile-hook
1818
(lambda ()

annotate.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; URL: https://github.com/bastibe/annotate.el
99
;; Created: 2015-06-10
1010
;; Version: 2.4.1
11-
;; Package-Requires: ((emacs "26.1"))
11+
;; Package-Requires: ((emacs "27.1"))
1212

1313
;; This file is NOT part of GNU Emacs.
1414

0 commit comments

Comments
 (0)