summaryrefslogtreecommitdiff
path: root/cider-repl-history.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-18 08:01:51 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-18 08:01:51 +0300
commitb28fbac964907172fdedc3bea56eab905d5fbdbf (patch)
tree1a12c9d5217a7ef210ce73c5e5e7cc71671bb74f /cider-repl-history.el
parente7f075fe8a77e3f55414e6510ae593b07710250a (diff)
Remove cider-compat.el
It's no longer needed now that we target Emacs 25.
Diffstat (limited to 'cider-repl-history.el')
-rw-r--r--cider-repl-history.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-repl-history.el b/cider-repl-history.el
index 5e0d5ccd..44e7817f 100644
--- a/cider-repl-history.el
+++ b/cider-repl-history.el
@@ -30,7 +30,6 @@
;;; Code:
(require 'cl-lib)
-(require 'cider-compat)
(require 'cider-popup)
(require 'clojure-mode)
(require 'derived)