summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-18 09:29:42 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-18 09:29:42 +0300
commita59fa09c7776fdbe5ae5501088d8c12ce5afbae9 (patch)
tree0fd259a3f37a80ecdc7cddb7fb716f627b159777 /cider-util.el
parent6981c3125fdd4173fecbc652d44ae9d0562cfbe6 (diff)
Revert "Remove cider-compat.el"
This reverts commit b28fbac964907172fdedc3bea56eab905d5fbdbf. This can't be fully removed due to the difference in the signature of `if-let*` and `when-let*` in Emacs 25 and 26.
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-util.el b/cider-util.el
index 41266392..6ad2acd3 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -38,6 +38,7 @@
(require 'subr-x)
;; clojure-mode and CIDER
+(require 'cider-compat)
(require 'clojure-mode)
(require 'nrepl-dict)