branch: externals/taxy
commit 12f648d28fb743106e93989d04c314f95e2c2fe2
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@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