[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)
- [elpa] 192/255: two consecutive passes ends the game, (continued)
- [elpa] 192/255: two consecutive passes ends the game, Eric Schulte, 2014/03/15
- [elpa] 210/255: using curry, rcurry and compose helpers, Eric Schulte, 2014/03/15
- [elpa] 203/255: adding GPL copyright file, Eric Schulte, 2014/03/15
- [elpa] 243/255: undo through gtp pipe, Eric Schulte, 2014/03/15
- [elpa] 246/255: customizable default gnugo options, Eric Schulte, 2014/03/15
- [elpa] 241/255: igs class definitions up front for better loading, Eric Schulte, 2014/03/15
- [elpa] 247/255: notes, Eric Schulte, 2014/03/15
- [elpa] 235/255: better line truncation, Eric Schulte, 2014/03/15
- [elpa] 250/255: mark dead stones at end of game, Eric Schulte, 2014/03/15
- [elpa] 229/255: igs TODO: consistent game un-observation, Eric Schulte, 2014/03/15
- [elpa] 242/255: need assoc for aget,
Eric Schulte <=
- [elpa] 228/255: refresh the game list buffer, Eric Schulte, 2014/03/15
- [elpa] 211/255: scale column width by buffer width, Eric Schulte, 2014/03/15
- [elpa] 233/255: igs handle adjourned and resigned games, Eric Schulte, 2014/03/15
- [elpa] 244/255: igs-pipe handles resignation and comments, Eric Schulte, 2014/03/15
- [elpa] 245/255: misc fixes, Eric Schulte, 2014/03/15
- [elpa] 169/255: igs: automatically collect a game listing, Eric Schulte, 2014/03/15
- [elpa] 248/255: try to fix gnugo Emacs crashes, Eric Schulte, 2014/03/15
- [elpa] 254/255: re-format README, Eric Schulte, 2014/03/15
- [elpa] 161/255: moving towards using images, Eric Schulte, 2014/03/15
- [elpa] 240/255: robust loading w/o load-path customization, Eric Schulte, 2014/03/15