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

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

[nongnu] elpa/kotlin-mode b4ec722a4c 071/162: lexical-binding setting mu


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode b4ec722a4c 071/162: lexical-binding setting must be at first line
Date: Sat, 29 Jan 2022 08:25:24 -0500 (EST)

branch: elpa/kotlin-mode
commit b4ec722a4c1602bf252752846d55591f34b92520
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    lexical-binding setting must be at first line
---
 kotlin-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 50eeed1006..f2012bcb2a 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -1,5 +1,4 @@
-;;; kotlin-mode.el --- Major mode for kotlin
-;; -*- lexical-binding: t; -*-
+;;; kotlin-mode.el --- Major mode for kotlin -*- lexical-binding: t; -*-
 
 ;; Copyright © 2015  Shodai Yokoyama
 



reply via email to

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