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

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

[elpa] 242/255: need assoc for aget


From: Eric Schulte
Subject: [elpa] 242/255: need assoc for aget
Date: Sun, 16 Mar 2014 01:02:56 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit a59a08bc30b562c7879842809a0a8064795c5f8b
Author: Eric Schulte <address@hidden>
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)



reply via email to

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