branch: elpa/kotlin-mode
commit 6a579f6549520dc17666ef100ed39dd2328e3a27
Author: Joe Humphreys <[email protected]>
Commit: Joe Humphreys <[email protected]>
Require cc-cmds to load the definition of c-indent-line-or-region
---
kotlin-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/kotlin-mode.el b/kotlin-mode.el
index 006379cc31..f1fda32496 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -26,6 +26,7 @@
;;; Code:
(require 'rx)
+(require 'cc-cmds)
(defgroup kotlin nil
"A Kotlin major mode."