Skip to content

Commit e9f46de

Browse files
committed
Require Emacs 26, as gensym was not readily available in older versions
1 parent 8bfe70c commit e9f46de

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
emacs_version:
24-
- 24.4
25-
- 24.5
26-
- 25.1
27-
- 25.3
2824
- 26.1
2925
- 26.3
3026
- 27.1

exec-path-from-shell.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Keywords: unix, environment
77
;; URL: https://github.com/purcell/exec-path-from-shell
88
;; Package-Version: 2.2
9-
;; Package-Requires: ((emacs "24.4"))
9+
;; Package-Requires: ((emacs "26.1"))
1010

1111
;; This file is not part of GNU Emacs.
1212

0 commit comments

Comments
 (0)