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

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

[nongnu] elpa/swift-mode b6bad10 225/496: Set minimum required version t


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode b6bad10 225/496: Set minimum required version to 24.4
Date: Sun, 29 Aug 2021 11:33:40 -0400 (EDT)

branch: elpa/swift-mode
commit b6bad10ab8f70cac9a55d7c5df3b40de6c64c653
Author: ap4y <lod@pisem.net>
Commit: ap4y <lod@pisem.net>

    Set minimum required version to 24.4
---
 swift-mode.el             | 2 +-
 test/indentation-tests.el | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/swift-mode.el b/swift-mode.el
index 91e0f0d..e8b3d6d 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -6,7 +6,7 @@
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
 ;; Version: 0.4.0-cvs
-;; Package-Requires: ((emacs "24.1"))
+;; Package-Requires: ((emacs "24.4"))
 ;; Keywords: languages swift
 
 ;; This file is not part of GNU Emacs.
diff --git a/test/indentation-tests.el b/test/indentation-tests.el
index 3826dc0..8be3235 100644
--- a/test/indentation-tests.el
+++ b/test/indentation-tests.el
@@ -1890,13 +1890,11 @@ foo.bar(10,
         completionHandler: { (bar, baz) -> Void in
         |foo
         }
-)
 " "
 foo.bar(10,
         completionHandler: { (bar, baz) -> Void in
             |foo
         }
-)
 ")
 
 (check-indentation anonymous-function-as-a-argument/9



reply via email to

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