summaryrefslogtreecommitdiff
path: root/cider-macroexpansion.el
diff options
context:
space:
mode:
authorCharles Comstock <dgtized@gmail.com>2013-10-24 18:58:40 -0500
committerCharles Comstock <dgtized@gmail.com>2013-10-24 19:01:56 -0500
commit1297dce5bd619919322a17f97a0d54fa214e2fff (patch)
tree0e4dac1bd73ff86d481a6790e9d9a29e06bc52d4 /cider-macroexpansion.el
parent3db9df17618fc0e50be0fbb492b58587ff13314e (diff)
byte-compile all *.el into *.elc
During the elpa install locally there are a variety of byte compilation warnings that are not caught during the existing build for cider because it only compiles cider.el into cider.elc.
Diffstat (limited to 'cider-macroexpansion.el')
-rw-r--r--cider-macroexpansion.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index 3ab059e3..b3852c9d 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -30,6 +30,8 @@
;;; Code:
+(require 'cider-mode)
+
(defconst cider-macroexpansion-buffer "*cider-macroexpansion*")
(defun cider-macroexpand-undo (&optional arg)