summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-25 08:35:45 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-25 08:35:45 +0300
commit2df0e7ae87fd9a75dfb606d1dbfccf8fcda1b10e (patch)
treefa71d524e1198688fb4b1c11ab94d9c954d5bca6 /cider-mode.el
parent8717df7049386efd83f5ac840619373c1a68948c (diff)
Add a small comment on auto-loading
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")