diff options
| author | Constantine Vetoshev <gepardcv@gmail.com> | 2021-06-09 22:33:18 -0700 |
|---|---|---|
| committer | Constantine Vetoshev <gepardcv@gmail.com> | 2021-06-09 22:33:18 -0700 |
| commit | 6474fea5ac313c80aba7dcb6b7cba695bd1a194f (patch) | |
| tree | f7daf4142c2795583df33abf015d2fe39291f0e2 | |
| parent | 9a5c5d81fb9c3065dc6ab5eaeb4b2c9733e772f9 (diff) | |
Revert "Drop support for Emacs 24.4, since xref is only available in >25."
This reverts commit 9cfc070245ea4d31b3099bf5de9b727a57337d85.
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | perspective.el | 2 |
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 @@ -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> |
