From a59fa09c7776fdbe5ae5501088d8c12ce5afbae9 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 18 Jun 2018 09:29:42 +0300 Subject: 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. --- cider-mode.el | 1 + 1 file changed, 1 insertion(+) (limited to 'cider-mode.el') 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." -- cgit v1.2.3