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

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

[elpa] externals/gnugo a92e184 255/357: fixup! [gnugo int] Decorate w/ p


From: Stefan Monnier
Subject: [elpa] externals/gnugo a92e184 255/357: fixup! [gnugo int] Decorate w/ plist instead of alist.
Date: Sun, 29 Nov 2020 14:51:33 -0500 (EST)

branch: externals/gnugo
commit a92e18460b944e113282dbdaa7caabc6cbe63ba3
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    fixup! [gnugo int] Decorate w/ plist instead of alist.
---
 gnugo.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnugo.el b/gnugo.el
index 6a7cf6c..67fec6b 100644
--- a/gnugo.el
+++ b/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]