summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-08-13 12:19:20 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-08-13 12:19:20 +0300
commit895f4556032479b6e13cc90fae18eda450e3aa33 (patch)
tree3d431d11660cfda3f257177a70a1143a34b33ebb /cider.el
parentfe4acded4c925785bcb9afdb422da6d2e646aec3 (diff)
Simplify a nested list
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index c3e03aa4..66bbcc12 100644
--- a/cider.el
+++ b/cider.el
@@ -287,7 +287,7 @@ Create REPL buffer and start an nREPL client connection."
ssh-hosts
(when (file-remote-p default-directory)
;; add localhost even in remote buffers
- (list (list "localhost"))))))
+ '(("localhost"))))))
(sel-host (cider--completing-read-host hosts))
(host (car sel-host))
(port (or (cadr sel-host)