[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround 0a61b55d1b 081/175: Move the Keywords after
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround 0a61b55d1b 081/175: Move the Keywords after the Mailing list header |
Date: |
Mon, 9 Oct 2023 13:01:05 -0400 (EDT) |
branch: elpa/evil-surround
commit 0a61b55d1b76c7aa8a34d2ccb80b5ac351ad94e5
Author: Wieland Hoffmann <themineo@gmail.com>
Commit: Wieland Hoffmann <themineo@gmail.com>
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.
---
evil-surround.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-surround.el b/evil-surround.el
index 06f694e313..dd08a3b2ec 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.
- [nongnu] elpa/evil-surround fd421b573f 032/175: Fix doc for surround delete operator, (continued)
- [nongnu] elpa/evil-surround fd421b573f 032/175: Fix doc for surround delete operator, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 5e6bcb38e9 046/175: support for yS, vgS, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a2aae89579 040/175: Merge pull request #34 from Silex/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround ace9ca3292 064/175: Merge pull request #61 from jasminpatry/fix/evil-surround-region-indent, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 714c5cec97 062/175: Merge pull request #64 from hlissner/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround d5e1c9ec49 067/175: Fix repetitive prompts with function pairs in block surrounds, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 190b2130bd 080/175: Escape a backtick, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 37a5f9e8d7 077/175: Merge pull request #77 from cute-jumper/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 3e4baf7e20 084/175: Merge pull request #80 from mineo/doc-fixes, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 1f59618339 088/175: Merge pull request #88 from LemmingAvalanche/update-links-to-evil, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0a61b55d1b 081/175: Move the Keywords after the Mailing list header,
ELPA Syncer <=
- [nongnu] elpa/evil-surround 4e739e8ec8 106/175: Merge pull request #118 from edkolev/use-evil-test-helpers, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 27dc66d5d8 093/175: closes #91: evil-surround-pairs-alist typo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 966dc25c96 076/175: Add missing evil package dependency, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 5a45da3d71 101/175: add melpa badge, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround b41116a613 087/175: Point to new repository for Evil, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround fe6351b8fe 094/175: Fix defcustom type specification for pairs-alist variable, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 5ea0a9ae5a 108/175: Remove debug messages, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9b3986432e 100/175: fix travis badge, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 2343fe5497 105/175: Use `evil-test-helpers` for testing, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 6ed0750414 107/175: Add examples from readme as automated tests, ELPA Syncer, 2023/10/09