summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 5a6acba..f81f6bb 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -7,6 +7,7 @@
(require 'cm-mode)
(require 'cc-mode)
+(eval-when-compile (require 'cl))
(defun rust-electric-brace (arg)
(interactive "*P")