diff options
| author | Wieland Hoffmann <themineo@gmail.com> | 2016-09-03 10:51:46 +0200 |
|---|---|---|
| committer | Wieland Hoffmann <themineo@gmail.com> | 2016-09-03 10:58:30 +0200 |
| commit | 0a61b55d1b76c7aa8a34d2ccb80b5ac351ad94e5 (patch) | |
| tree | 9801bf5e4f88c1c0b50a5ed560b67231090da03a | |
| parent | 190b2130bd5d0a8ca8143c020e521e581effc8a9 (diff) | |
Move the Keywords after the Mailing list header
At the moment, MELPA's archive-contents contains the mailing list
information in the keywords because they're using an older version of
Emacs for building archive-contents.
I have verified that this does not break the Package-Requires header.
This bug has been fixed in Emacs in
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13207.
The issue for MELPA is https://github.com/melpa/melpa/issues/4087.
| -rwxr-xr-x | evil-surround.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-surround.el b/evil-surround.el index 06f694e..dd08a3b 100755 --- a/evil-surround.el +++ b/evil-surround.el @@ -11,11 +11,11 @@ ;; Created: July 23 2011 ;; Version: 0.1 ;; Package-Requires: ((evil "1.2.12")) -;; Keywords: emulation, vi, evil ;; Mailing list: <implementations-list at lists.ourproject.org> ;; Subscribe: http://tinyurl.com/implementations-list ;; Newsgroup: nntp://news.gmane.org/gmane.emacs.vim-emulation ;; Archives: http://dir.gmane.org/gmane.emacs.vim-emulation +;; Keywords: emulation, vi, evil ;; ;; This file is not part of GNU Emacs. |
