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.
master
Basil L. Contovounesios 5 years ago
parent be03404501
commit e4e52691c5
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 1
      README.md
  2. 2
      dash-functional.el
  3. 3
      dash.el
  4. 1
      readme-template.md

@ -3118,7 +3118,6 @@ assign copyright to the Free Software Foundation.
Copyright (C) 2012-2016 Free Software Foundation, Inc. Copyright (C) 2012-2016 Free Software Foundation, Inc.
Authors: Magnar Sveen <magnars@gmail.com> Authors: Magnar Sveen <magnars@gmail.com>
Keywords: lists
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

@ -6,7 +6,7 @@
;; Magnar Sveen <magnars@gmail.com> ;; Magnar Sveen <magnars@gmail.com>
;; Version: 1.2.0 ;; Version: 1.2.0
;; Package-Requires: ((dash "2.0.0") (emacs "24")) ;; 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 ;; 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 ;; it under the terms of the GNU General Public License as published by

@ -40,7 +40,8 @@
(require 'cl))) (require 'cl)))
(defgroup dash () (defgroup dash ()
"Customize group for dash.el" "Customize group for Dash, a modern list library."
:group 'extensions
:group 'lisp :group 'lisp
:prefix "dash-") :prefix "dash-")

@ -310,7 +310,6 @@ assign copyright to the Free Software Foundation.
Copyright (C) 2012-2016 Free Software Foundation, Inc. Copyright (C) 2012-2016 Free Software Foundation, Inc.
Authors: Magnar Sveen <magnars@gmail.com> Authors: Magnar Sveen <magnars@gmail.com>
Keywords: lists
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save