From b6caf39e98d2eeaacc8caeadbae99def656c66a8 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 5 Aug 2021 23:11:57 -0500 Subject: [PATCH] Fix: Require map >= 2.1 Fixes #13. Thanks to @dyereh for reporting. --- ement.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ement.el b/ement.el index 62b8d36..793303c 100644 --- a/ement.el +++ b/ement.el @@ -6,7 +6,7 @@ ;; Keywords: comm ;; URL: https://github.com/alphapapa/ement.el ;; Package-Version: 0.1-pre -;; Package-Requires: ((emacs "26.3") (plz "0.1-pre") (ts "0.2.1")) +;; Package-Requires: ((emacs "26.3") (map "2.1") (plz "0.1-pre") (ts "0.2.1")) ;; 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