summaryrefslogtreecommitdiff
path: root/cider-apropos.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-09-23 14:34:02 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-09-24 15:33:54 +0100
commit5473d2c2a3cb1de4705119c5f5ebcea04134461a (patch)
tree3eb4cc5338c3aab610b68970813a9a3db5a6be9c /cider-apropos.el
parent4b46fd36cb48adeedf46dcf0e9f414033a3d5769 (diff)
Fix a few left-over byte-comp warnings
Diffstat (limited to 'cider-apropos.el')
-rw-r--r--cider-apropos.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-apropos.el b/cider-apropos.el
index b491b098..d7f40aaf 100644
--- a/cider-apropos.el
+++ b/cider-apropos.el
@@ -77,6 +77,8 @@
(fill-region beg (point)))))
(newline)))))
+(declare-function cider-mode "cider-mode")
+
(defun cider-show-apropos (summary results query docs-p)
"Show SUMMARY and RESULTS for QUERY in a pop-up buffer, formatted for DOCS-P."
(with-current-buffer (cider-popup-buffer cider-apropos-buffer t)