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

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

[nongnu] elpa/kotlin-mode 3c48b34e0d 127/162: Delete unused function


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 3c48b34e0d 127/162: Delete unused function
Date: Sat, 29 Jan 2022 08:25:29 -0500 (EST)

branch: elpa/kotlin-mode
commit 3c48b34e0d42a3dd98f5a964c02e1e4adf6aeedd
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Delete unused function
---
 kotlin-mode.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index ac6609a83b..29f2701bd5 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -308,11 +308,6 @@
     (kotlin-mode--match-interpolation 0 font-lock-variable-name-face t))
   "Default highlighting expression for `kotlin-mode'")
 
-(defun kotlin-mode--new-font-lock-keywords ()
-  '(
-    ("package\\|import" . font-lock-keyword-face)
-    ))
-
 (defun kotlin-mode--syntax-propertize-interpolation ()
   (let* ((pos (match-beginning 0))
          (context (save-excursion



reply via email to

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