From 382d9724fe613705dce3cea0f635d7aeea758412 Mon Sep 17 00:00:00 2001 From: chuntaro Date: Thu, 16 Feb 2017 15:04:03 +0900 Subject: [PATCH] Fix metadata in comment --- promise-core.el | 4 +--- promise-done.el | 4 +--- promise-es6-extensions.el | 4 +--- promise-finally.el | 4 +--- promise-rejection-tracking.el | 4 +--- promise.el | 2 +- 6 files changed, 6 insertions(+), 16 deletions(-) diff --git a/promise-core.el b/promise-core.el index 6392bd1..4969017 100644 --- a/promise-core.el +++ b/promise-core.el @@ -4,9 +4,7 @@ ;; Author: chuntaro ;; URL: https://github.com/chuntaro/emacs-promise -;; Package-Requires: ((emacs "25")) -;; Version: 1.0 -;; Keywords: convenience +;; Keywords: async promise convenience ;; 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/promise-done.el b/promise-done.el index fdf990e..dd7ffab 100644 --- a/promise-done.el +++ b/promise-done.el @@ -4,9 +4,7 @@ ;; Author: chuntaro ;; URL: https://github.com/chuntaro/emacs-promise -;; Package-Requires: ((emacs "25")) -;; Version: 1.0 -;; Keywords: convenience +;; Keywords: async promise convenience ;; 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/promise-es6-extensions.el b/promise-es6-extensions.el index 323d00e..f97d2ce 100644 --- a/promise-es6-extensions.el +++ b/promise-es6-extensions.el @@ -4,9 +4,7 @@ ;; Author: chuntaro ;; URL: https://github.com/chuntaro/emacs-promise -;; Package-Requires: ((emacs "25")) -;; Version: 1.0 -;; Keywords: convenience +;; Keywords: async promise convenience ;; 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/promise-finally.el b/promise-finally.el index b826b76..d443821 100644 --- a/promise-finally.el +++ b/promise-finally.el @@ -4,9 +4,7 @@ ;; Author: chuntaro ;; URL: https://github.com/chuntaro/emacs-promise -;; Package-Requires: ((emacs "25")) -;; Version: 1.0 -;; Keywords: convenience +;; Keywords: async promise convenience ;; 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/promise-rejection-tracking.el b/promise-rejection-tracking.el index 3704633..0e2d0a6 100644 --- a/promise-rejection-tracking.el +++ b/promise-rejection-tracking.el @@ -4,9 +4,7 @@ ;; Author: chuntaro ;; URL: https://github.com/chuntaro/emacs-promise -;; Package-Requires: ((emacs "25")) -;; Version: 1.0 -;; Keywords: convenience +;; Keywords: async promise convenience ;; 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/promise.el b/promise.el index 0e2de6b..dc359c4 100644 --- a/promise.el +++ b/promise.el @@ -6,7 +6,7 @@ ;; URL: https://github.com/chuntaro/emacs-promise ;; Package-Requires: ((emacs "25") (async "1.9")) ;; Version: 1.0 -;; Keywords: convenience +;; Keywords: async promise convenience ;; 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