summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2016-07-19 15:52:41 +0300
committerGitHub <noreply@github.com>2016-07-19 15:52:41 +0300
commit0f64a618ffb257c6c032e2709eb78fc03ae0c4c3 (patch)
treee243c9b4270566e0546b84cce038b099ce76ab7f /cider-repl.el
parent116d1816c01425c9550c50420b1c77c58963a13d (diff)
parent2335dffd5e4b1d6c7d228d26ea41d410f5b8f174 (diff)
Merge pull request #1808 from cskksc/minor-changes
Minor changes
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 2b341111..e8fdf3ce 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -208,7 +208,7 @@ Currently, this is only used to keep `cider-repl-type' updated."
(when-let ((ns-dict (or (nrepl-dict-get changed-namespaces (cider-current-ns))
(let ((ns-dict (cider-resolve--get-in (cider-current-ns))))
(when (seq-find (lambda (ns) (nrepl-dict-get changed-namespaces ns))
- (nrepl-dict-get ns-dict "aliases"))
+ (nrepl-dict-get ns-dict "aliases"))
ns-dict)))))
(cider-refresh-dynamic-font-lock ns-dict))))))))))