From e4e52691c5130336c5675f697d09e468a9ddd222 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Tue, 15 Dec 2020 00:40:38 +0000 Subject: [PATCH] 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 -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 ;; 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 -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