summaryrefslogtreecommitdiff
path: root/cider-apropos.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-apropos.el')
-rw-r--r--cider-apropos.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider-apropos.el b/cider-apropos.el
index 86052c42..b9a6fd79 100644
--- a/cider-apropos.el
+++ b/cider-apropos.el
@@ -39,8 +39,7 @@
(require 'button)
(defconst cider-apropos-buffer "*cider-apropos*")
-
-(push cider-apropos-buffer cider-ancillary-buffers)
+(add-to-list 'cider-ancillary-buffers cider-apropos-buffer)
(defcustom cider-apropos-actions '(("display-doc" . cider-doc-lookup)
("find-def" . cider--find-var)