From 6f2a2f2e4555ea43fc9461aca19aba3321386c0f Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 27 Jul 2021 21:50:05 -0500 Subject: [PATCH] Tidy: Headers for package-lint Even though these aren't packages, the way we call package-lint on each file causes warnings for missing keywords. --- ement-api.el | 2 +- ement-macros.el | 2 +- ement-room-list.el | 2 +- ement-room.el | 2 +- ement-structs.el | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ement-api.el b/ement-api.el index e21c26a..231de91 100644 --- a/ement-api.el +++ b/ement-api.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 Adam Porter ;; Author: Adam Porter -;; Keywords: +;; Keywords: comm ;; 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/ement-macros.el b/ement-macros.el index be69851..e37031b 100644 --- a/ement-macros.el +++ b/ement-macros.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 Adam Porter ;; Author: Adam Porter -;; Keywords: +;; Keywords: comm ;; 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/ement-room-list.el b/ement-room-list.el index e8db435..28b66d6 100644 --- a/ement-room-list.el +++ b/ement-room-list.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 Adam Porter ;; Author: Adam Porter -;; Keywords: +;; Keywords: comm ;; 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/ement-room.el b/ement-room.el index 89e60b4..0718114 100644 --- a/ement-room.el +++ b/ement-room.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 Adam Porter ;; Author: Adam Porter -;; Keywords: +;; Keywords: comm ;; 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/ement-structs.el b/ement-structs.el index 66cedf6..585ea49 100644 --- a/ement-structs.el +++ b/ement-structs.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 Adam Porter ;; Author: Adam Porter -;; Keywords: +;; Keywords: comm ;; 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