branch: elpa/swift-mode commit b6bad10ab8f70cac9a55d7c5df3b40de6c64c653 Author: ap4y <l...@pisem.net> Commit: ap4y <l...@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 <bozhi...@batsov.com> ;; Arthur Evstifeev <l...@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