Skip to content

Commit

Permalink
fix: bump minimum supported Emacs 24.4->25.1
Browse files Browse the repository at this point in the history
25.1+ is needed for define-advice.
  • Loading branch information
hlissner committed Oct 23, 2021
1 parent 1bb8708 commit 50179bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
emacs_version: [24.4, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
emacs_version: [25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
steps:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion evil-multiedit.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; Version: 1.3.9
;; Keywords: multiple cursors, editing, iedit
;; Homepage: https://github.com/hlissner/evil-multiedit
;; Package-Requires: ((emacs "24.4") (evil "1.14.0") (iedit "0.9.9") (cl-lib "0.5"))
;; Package-Requires: ((emacs "25.1") (evil "1.14.0") (iedit "0.9.9") (cl-lib "0.5"))
;;
;; This file is not part of GNU Emacs.

Expand Down

0 comments on commit 50179bf

Please sign in to comment.