emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/taxy 9eca81b 2/2: Fix: (taxy-magit-section) Require map


From: ELPA Syncer
Subject: [elpa] externals/taxy 9eca81b 2/2: Fix: (taxy-magit-section) Require map
Date: Wed, 15 Sep 2021 20:57:23 -0400 (EDT)

branch: externals/taxy
commit 9eca81b193a0bd792e63a86c21c32a52a84f7fe5
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (taxy-magit-section) Require map
---
 taxy-magit-section.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index 00dd217..728d0e5 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -27,6 +27,8 @@
 
 ;;;; Requirements
 
+(require 'map)
+
 (require 'taxy)
 (require 'magit-section)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]