summaryrefslogtreecommitdiff
path: root/cider-mode.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-mode.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-mode.el')
-rw-r--r--cider-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 4040d49a..93a2a191 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -39,6 +39,7 @@
(require 'cider-resolve)
(require 'cider-doc)
(require 'subr-x)
+(require 'cider-compat)
(defcustom cider-mode-line-show-connection t
"If the mode-line lighter should detail the connection."