Skip to content

Commit 315ab82

Browse files
committed
Fix a byte-compiler warning
1 parent 394a30b commit 315ab82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cider-interaction.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,8 @@ With a prefix argument, prompt for function to run instead of -main."
16521652
name))))
16531653
(user-error "No %s var defined in any namespace" (cider-propertize name 'var))))))
16541654

1655+
(defvar cider-version)
1656+
16551657
(defconst cider-manual-url "https://github.com/clojure-emacs/cider/blob/%s/README.md"
16561658
"The URL to CIDER's manual.")
16571659

0 commit comments

Comments
 (0)