summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorgganley <gganley@student.bridgew.edu>2018-03-02 15:05:07 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-03-03 18:04:10 +0700
commitef8004dabfa54eb569797fe8b17a9baaa882bd2b (patch)
treeeb28ef3cb76e482b4d40726afda3c887c2a0098d /cider-mode.el
parent78cfbf65320bd1d8b1afd7e95fb533f7d5473a39 (diff)
Declare functions to resolve warnings
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index e45ffd65..78d00b31 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -307,6 +307,9 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
["Flush completion cache" cider-completion-flush-caches]))
"Menu for CIDER interactions.")
+(declare-function cider-macroexpand-1 "cider-macroexpansion")
+(declare-function cider-macroexpand-all "cider-macroexpansion")
+(declare-function cider-selector "cider-selector")
(defconst cider-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "C-c C-d") 'cider-doc-map)