summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-10-09 11:29:10 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-10-09 11:29:10 +0300
commit579a8dd8924d24265d0d06cbb48742bd5725ec7e (patch)
tree61c3dce83e98382b200fbee14fc4a98ac67155ee /cider-repl.el
parente2db55d2a1568f9d049170b1c8d5d9862ecd648d (diff)
Kill some tabs
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 4ae1d1a4..ea5fbbe7 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -776,8 +776,8 @@ text property `cider-old-input'."
(narrow-to-region cider-repl-input-start-mark (point))
(let ((matching-delimiter nil))
(while (ignore-errors (save-excursion
- (backward-up-list 1)
- (setq matching-delimiter (cdr (syntax-after (point))))) t)
+ (backward-up-list 1)
+ (setq matching-delimiter (cdr (syntax-after (point))))) t)
(insert-char matching-delimiter))))
(cider-repl-return))