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

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

[elpa] externals/taxy 12f648d 1/6: Fix: (taxy.el) Require map


From: ELPA Syncer
Subject: [elpa] externals/taxy 12f648d 1/6: Fix: (taxy.el) Require map
Date: Wed, 22 Sep 2021 22:57:30 -0400 (EDT)

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

    Fix: (taxy.el) Require map
---
 taxy.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/taxy.el b/taxy.el
index 8518692..57cefa5 100644
--- a/taxy.el
+++ b/taxy.el
@@ -49,6 +49,7 @@
 ;;;; Requirements
 
 (require 'cl-lib)
+(require 'map)
 (require 'subr-x)
 
 ;;;; Structs



reply via email to

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