From be03404501c938bd98b7afec0b52adeb4f6208c0 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Mon, 14 Dec 2020 22:53:21 +0000 Subject: [PATCH] Fix package keywords * dash.el: Use standard finder-known-keywords, as per (info "(elisp) Library Headers"). --- dash.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash.el b/dash.el index d0da129..f1a1cfa 100644 --- a/dash.el +++ b/dash.el @@ -4,7 +4,7 @@ ;; Author: Magnar Sveen ;; Version: 2.17.0 -;; Keywords: lists +;; 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