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

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

[elpa] externals/gnugo 9208a24 317/357: * gnugo/gnugo.el (gnugo-refresh)


From: Stefan Monnier
Subject: [elpa] externals/gnugo 9208a24 317/357: * gnugo/gnugo.el (gnugo-refresh): Fix unknown function `pushnew`
Date: Sun, 29 Nov 2020 14:51:47 -0500 (EST)

branch: externals/gnugo
commit 9208a244a204444394d3c4f05a2a4c3d10ae9e2d
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * gnugo/gnugo.el (gnugo-refresh): Fix unknown function `pushnew`
---
 gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index 879c85e..c644850 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -1261,7 +1261,7 @@ its move."
                      (prog1 "%s"
                        (push (setq v (intern match))
                              refs)
-                       (pushnew
+                       (cl-pushnew
                         (list
                          v
                          (cl-case v



reply via email to

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