eschulte pushed a commit to branch go
in repository elpa.
commit a59a08bc30b562c7879842809a0a8064795c5f8b
Author: Eric Schulte <[email protected]>
Date: Fri Aug 9 16:04:30 2013 -0600
need assoc for aget
---
go-util.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/go-util.el b/go-util.el
index ccb2252..dcff56d 100644
--- a/go-util.el
+++ b/go-util.el
@@ -27,6 +27,7 @@
;;; Code:
(eval-when-compile (require 'cl))
+(require 'assoc)
(defun curry (function &rest arguments)
(lexical-let ((function function)