Skip to content

Commit 8348feb

Browse files
committed
Clarify Emacs 27+ requiement
1 parent 6296220 commit 8348feb

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
emacs_version:
28-
- '26.1'
29-
- '26.3'
3028
- '27.2'
3129
- '28.2'
3230
- '29.4'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ diff-hl-margin-mode
6666
Requirements
6767
=====
6868

69-
Emacs 26.1+.
69+
Emacs 27.1+.
7070

7171
Notes
7272
=====

diff-hl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@ effect."
17581758
(message "Showing changes against %s (project %s)" rev name)))))
17591759

17601760
(defun diff-hl--project-root (proj)
1761-
;; Emacs 26 and 27 don't have `project-root'.
1761+
;; Emacs 27 does not have `project-root'.
17621762
(expand-file-name (static-if (>= emacs-major-version 28)
17631763
(project-root proj)
17641764
(project-roots proj))))

0 commit comments

Comments
 (0)