Skip to content

Commit cf7822a

Browse files
committed
Drop support for old emacsen
This is done to match CIDER's requirements.
1 parent 46f5419 commit cf7822a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ before_install:
55
- evm install $EVM_EMACS --use --skip
66
- cask
77
env:
8-
- EVM_EMACS=emacs-24.4-travis
9-
- EVM_EMACS=emacs-24.5-travis
108
- EVM_EMACS=emacs-25.1-travis
119
script:
1210
./run-travis-ci.sh

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44
- Hotload dependency temporarily disabled to make the middleware run on Java 10.
55

6+
- Dropped support for emacs < 25.1 (to match CIDER).
67
- [#426](https://github.com/clojure-emacs/clj-refactor.el/issues/426) New variable, `cljr-middleware-ignored-paths`, to make the middleware ignore certain paths.
78
- [#408](https://github.com/clojure-emacs/clj-refactor.el/pull/408) New `cljr-before-warming-ast-cache-hook`, `cljr-after-warming-ast-cache-hook` callbacks around AST warming.
89
- [#394](https://github.com/clojure-emacs/clj-refactor.el/issues/394) New config option `cljr-assume-language-context`: by default, when clj-refactor encounters an ambiguous context (clj vs cljs) it creates a popup asking user which context is meant. If this option is changed to "clj" or "cljs", clj-refactor will use that as the assumed context in such ambigous cases.

clj-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; Benedek Fazekas <[email protected]>
99
;; Version: 2.4.0-SNAPSHOT
1010
;; Keywords: convenience, clojure, cider
11-
;; Package-Requires: ((emacs "24.4") (s "1.8.0") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.6.1") (cider "0.17.0") (edn "1.1.2") (inflections "2.3") (hydra "0.13.2"))
11+
;; Package-Requires: ((emacs "25.1") (s "1.8.0") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.6.1") (cider "0.17.0") (edn "1.1.2") (inflections "2.3") (hydra "0.13.2"))
1212

1313
;; This program is free software; you can redistribute it and/or
1414
;; modify it under the terms of the GNU General Public License

0 commit comments

Comments
 (0)