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

[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.
 



reply via email to

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