summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-26 19:34:10 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-26 19:34:10 +0200
commit315ab8257c3581abdf810a9a053fcfe2da7217de (patch)
treea742425ba6d1740c60a01bf332257f1dc03c39e7 /cider-interaction.el
parent394a30b54acda49a7ae27d3a3a1c6ccab9c64faf (diff)
Fix a byte-compiler warning
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index 59cd56bf..24c16a87 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -1652,6 +1652,8 @@ With a prefix argument, prompt for function to run instead of -main."
name))))
(user-error "No %s var defined in any namespace" (cider-propertize name 'var))))))
+(defvar cider-version)
+
(defconst cider-manual-url "https://github.com/clojure-emacs/cider/blob/%s/README.md"
"The URL to CIDER's manual.")