summaryrefslogtreecommitdiff
path: root/cider-overlays.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-11-19 12:01:05 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-11-19 12:01:05 +0200
commit70971d0a918053d86e76e4ff8248b25a8646940e (patch)
treebfe8a3387839e61decf1e992a34c1019713150dd /cider-overlays.el
parent3be082ae4a3d0b40d360648b20fb7caa14c0a9fc (diff)
Drop support for Emacs 24.3
Diffstat (limited to 'cider-overlays.el')
-rw-r--r--cider-overlays.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-overlays.el b/cider-overlays.el
index b64dce51..9a833306 100644
--- a/cider-overlays.el
+++ b/cider-overlays.el
@@ -26,7 +26,7 @@
;;; Code:
(require 'cider-common)
-(require 'cider-compat)
+(require 'subr-x)
(require 'cl-lib)
@@ -141,7 +141,7 @@ END is the position where the sexp ends, and defaults to point."
(with-current-buffer (if (markerp end)
(marker-buffer end)
(current-buffer))
- (save-excursion
+ (save-excursion
(if end
(goto-char end)
(setq end (point)))