summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 4ea900ef..dbcee80d 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -421,6 +421,8 @@ If invoked with a prefix ARG eval the expression after inserting it."
["Flush completion cache" cider-completion-flush-caches]))
"Menu for CIDER interactions.")
+;; Those declares are needed, because we autoload all those commands when first
+;; used. That optimizes CIDER's initial load time.
(declare-function cider-macroexpand-1 "cider-macroexpansion")
(declare-function cider-macroexpand-all "cider-macroexpansion")
(declare-function cider-selector "cider-selector")