summaryrefslogtreecommitdiff
path: root/test/cider-tests--no-auto.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-11-25 11:54:00 +0100
committerBozhidar Batsov <bozhidar@batsov.com>2016-11-25 11:54:00 +0100
commit8fef15e7ef83793f1cdc29404ce57596406935d3 (patch)
tree3daba87f24d5a5a4a6b5db6821d621a98cd4f514 /test/cider-tests--no-auto.el
parentadab93a7a2b00e03b75aa6086b0457a2e94cc85e (diff)
[Fix #1882] Restore compatibility with Emacs 24.4
The functions in `cider-compat.el` were actually added in Emacs 25.1, not Emacs 24.4.
Diffstat (limited to 'test/cider-tests--no-auto.el')
-rw-r--r--test/cider-tests--no-auto.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cider-tests--no-auto.el b/test/cider-tests--no-auto.el
index 7f45f6bd..497c8417 100644
--- a/test/cider-tests--no-auto.el
+++ b/test/cider-tests--no-auto.el
@@ -33,6 +33,7 @@
(require 'buttercup)
(require 'cider)
(require 'subr-x)
+(require 'cider-compat)
(require 'cl-lib)
;;; Docs