We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6296220 commit 8348febCopy full SHA for 8348feb
3 files changed
.github/workflows/ci.yml
@@ -25,8 +25,6 @@ jobs:
25
fail-fast: false
26
matrix:
27
emacs_version:
28
- - '26.1'
29
- - '26.3'
30
- '27.2'
31
- '28.2'
32
- '29.4'
README.md
@@ -66,7 +66,7 @@ diff-hl-margin-mode
66
Requirements
67
=====
68
69
-Emacs 26.1+.
+Emacs 27.1+.
70
71
Notes
72
diff-hl.el
@@ -1758,7 +1758,7 @@ effect."
1758
(message "Showing changes against %s (project %s)" rev name)))))
1759
1760
(defun diff-hl--project-root (proj)
1761
- ;; Emacs 26 and 27 don't have `project-root'.
+ ;; Emacs 27 does not have `project-root'.
1762
(expand-file-name (static-if (>= emacs-major-version 28)
1763
(project-root proj)
1764
(project-roots proj))))
0 commit comments