Skip to content

Commit

Permalink
Bump version to 2.1.1 and add deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Sep 18, 2016
1 parent 8a11dfc commit ea34d46
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion swift3-mode-beginning-of-defun.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 2.1
;; Version: 2.1.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift3-mode-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Arthur Evstifeev <lod@pisem.net>
;;
;; Version: 2.1
;; Version: 2.1.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift3-mode-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Arthur Evstifeev <lod@pisem.net>
;;
;; Version: 2.1
;; Version: 2.1.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift3-mode-lexer.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Arthur Evstifeev <lod@pisem.net>
;;
;; Version: 2.1
;; Version: 2.1.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift

Expand Down
2 changes: 1 addition & 1 deletion swift3-mode-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Arthur Evstifeev <lod@pisem.net>
;;
;; Version: 2.1
;; Version: 2.1.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift

Expand Down
5 changes: 3 additions & 2 deletions swift3-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Arthur Evstifeev <lod@pisem.net>
;;
;; Version: 2.1
;; Version: 2.1.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
;; URL: https://github.com/taku0/swift3-mode
Expand Down Expand Up @@ -147,7 +147,8 @@
(setq-local imenu-generic-expression swift3-mode:imenu-generic-expression)

(setq-local beginning-of-defun-function #'swift3-mode:beginning-of-defun)
(setq-local end-of-defun-function #'swift3-mode:end-of-defun))
(setq-local end-of-defun-function #'swift3-mode:end-of-defun)
(message "swift3-mode has been merged into swift-mode. Please uninstall swift3-mode and install swift-mode."))

;;;###autoload (add-to-list 'auto-mode-alist '("\\.swift\\'" . swift3-mode))

Expand Down
2 changes: 1 addition & 1 deletion test/swift3-mode-test-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: taku0 (http://github.com/taku0)
;;
;; Version: 2.1
;; Version: 2.1.1
;; Package-Requires: ((emacs "24.4"))
;; Keywords: languages swift
;; URL: https://github.com/taku0/swift3-mode
Expand Down

0 comments on commit ea34d46

Please sign in to comment.