summaryrefslogtreecommitdiff
path: root/cider-macroexpansion.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-macroexpansion.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-macroexpansion.el')
-rw-r--r--cider-macroexpansion.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index 83d46d14..e0d42d7d 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -33,6 +33,7 @@
(require 'cider-mode)
(require 'subr-x)
+(require 'cider-compat)
(defconst cider-macroexpansion-buffer "*cider-macroexpansion*")
(add-to-list 'cider-ancillary-buffers cider-macroexpansion-buffer)