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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash e4e5269 180/316: Finish last change to package key


From: ELPA Syncer
Subject: [elpa] externals/dash e4e5269 180/316: Finish last change to package keywords
Date: Mon, 15 Feb 2021 15:57:53 -0500 (EST)

branch: externals/dash
commit e4e52691c5130336c5675f697d09e468a9ddd222
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Finish last change to package keywords
    
    * dash-functional.el: Keep package headers consistent with dash.el.
    * dash.el (dash): Reconcile defgroup :groups with package keywords.
    * readme-template.md: Remove Emacs package keywords header from
    license.
    * README.md: Regenerate.
---
 README.md          | 1 -
 dash-functional.el | 2 +-
 dash.el            | 3 ++-
 readme-template.md | 1 -
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b5f2aa4..e7b21f4 100644
--- a/README.md
+++ b/README.md
@@ -3118,7 +3118,6 @@ assign copyright to the Free Software Foundation.
 Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
 Authors: Magnar Sveen <magnars@gmail.com>
-Keywords: lists
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/dash-functional.el b/dash-functional.el
index e30742b..53f5a88 100644
--- a/dash-functional.el
+++ b/dash-functional.el
@@ -6,7 +6,7 @@
 ;;          Magnar Sveen <magnars@gmail.com>
 ;; Version: 1.2.0
 ;; Package-Requires: ((dash "2.0.0") (emacs "24"))
-;; Keywords: lisp functions combinators
+;; Keywords: extensions, lisp
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/dash.el b/dash.el
index f1a1cfa..eab6bc2 100644
--- a/dash.el
+++ b/dash.el
@@ -40,7 +40,8 @@
     (require 'cl)))
 
 (defgroup dash ()
-  "Customize group for dash.el"
+  "Customize group for Dash, a modern list library."
+  :group 'extensions
   :group 'lisp
   :prefix "dash-")
 
diff --git a/readme-template.md b/readme-template.md
index 7520148..9df54c6 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -310,7 +310,6 @@ assign copyright to the Free Software Foundation.
 Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
 Authors: Magnar Sveen <magnars@gmail.com>
-Keywords: lists
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by



reply via email to

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