emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/kotlin-mode 6a579f6549 092/162: Require cc-cmds to load th


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 6a579f6549 092/162: Require cc-cmds to load the definition of c-indent-line-or-region
Date: Sat, 29 Jan 2022 08:25:25 -0500 (EST)

branch: elpa/kotlin-mode
commit 6a579f6549520dc17666ef100ed39dd2328e3a27
Author: Joe Humphreys <joe.humphreys@gmail.com>
Commit: Joe Humphreys <joe.humphreys@gmail.com>

    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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]