Skip to content

Commit c4f9513

Browse files
committed
Address a compilation warning
1 parent 3718823 commit c4f9513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider-apropos.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ and be case-sensitive (based on CASE-SENSITIVE-P)."
9393
'font-lock-face apropos-match-face doc)))
9494
doc)
9595

96+
(defvar cider-use-tooltips)
9697
(defun cider-apropos-result (result query docs-p)
9798
"Emit a RESULT matching QUERY into current buffer, formatted for DOCS-P."
9899
(nrepl-dbind-response result (name type doc)

0 commit comments

Comments
 (0)