summaryrefslogtreecommitdiff
path: root/cider-browse-ns.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-02-07 01:36:49 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-02-07 20:44:03 +0000
commit099a12427def31c78a0b80cefe39d8cfb969c530 (patch)
treede801ee78aa9e6ff392424f71e378ac1d475e4f1 /cider-browse-ns.el
parentc670f6a1180dbf7222e9d829fa8ff817f1bc82b7 (diff)
Consolidate cider-propertize-* functions
Diffstat (limited to 'cider-browse-ns.el')
-rw-r--r--cider-browse-ns.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-browse-ns.el b/cider-browse-ns.el
index 4051d383..301e9224 100644
--- a/cider-browse-ns.el
+++ b/cider-browse-ns.el
@@ -88,7 +88,7 @@ contents of the buffer are not reset before inserting TITLE and ITEMS."
(let ((inhibit-read-only t))
(unless noerase (erase-buffer))
(goto-char (point-max))
- (insert (cider-propertize-ns title) "\n")
+ (insert (cider-propertize title 'ns) "\n")
(dolist (item items)
(insert (propertize (concat " " item "\n")
'cider-browse-ns-current-ns ns)))