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

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

[elpa] 01/01: fixup! [gnugo int] Decorate w/ plist instead of alist.


From: Thien-Thi Nguyen
Subject: [elpa] 01/01: fixup! [gnugo int] Decorate w/ plist instead of alist.
Date: Thu, 24 Apr 2014 22:47:29 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 68786b1861e9a8020b37561c95921a146957db89
Author: Thien-Thi Nguyen <address@hidden>
Date:   Fri Apr 25 00:50:58 2014 +0200

    fixup! [gnugo int] Decorate w/ plist instead of alist.
---
 packages/gnugo/gnugo.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 6a7cf6c..67fec6b 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1228,6 +1228,7 @@ This fails if the monkey is on the current branch
 
 (defun gnugo--decorate (node &rest plist)
   (loop with tp = (last node)
+        with fruit
         while plist
         do (setf
             fruit (list (cons           ; DWR: LtR OoE assumed.



reply via email to

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