aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--README.md9
-rw-r--r--perspective.el2
3 files changed, 2 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index b3a0c51..7de034e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ env:
- EMACS_EVM_TAG=27.1-travis-linux-trusty
- EMACS_EVM_TAG=26.3-travis
- EMACS_EVM_TAG=25.3-travis
+ - EMACS_EVM_TAG=24.4-travis
script:
- cd $TRAVIS_BUILD_DIR
- git clone https://github.com/rejeep/evm ${TRAVIS_BUILD_DIR}/.evm
diff --git a/README.md b/README.md
index db849c2..afd0062 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,6 @@ Perspective supports saving its state to a file, so long-lived work sessions may
be saved and recovered as needed.
-## Compatibility
-
-- Perspective versions 2.16 and later require Emacs 25 (at least 25.3 highly
- recommended).
-- [Version 2.15](https://github.com/nex3/perspective-el/tree/2.15) also supports
- Emacs 24.4.
-- Versions of Emacs prior to 24.4 are not supported.
-
-
## Sample Use Cases
### Multiple Projects
diff --git a/perspective.el b/perspective.el
index a0a9f60..f9e13df 100644
--- a/perspective.el
+++ b/perspective.el
@@ -6,7 +6,7 @@
;; Author: Natalie Weizenbaum <nex342@gmail.com>
;; URL: http://github.com/nex3/perspective-el
-;; Package-Requires: ((emacs "25.3") (cl-lib "0.5"))
+;; Package-Requires: ((emacs "24.4") (cl-lib "0.5"))
;; Version: 2.15
;; Created: 2008-03-05
;; By: Natalie Weizenbaum <nex342@gmail.com>