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

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

[elpa] master a05ff41: * gnugo/gnugo.el (gnugo-refresh): Fix unknown fun


From: Stefan Monnier
Subject: [elpa] master a05ff41: * gnugo/gnugo.el (gnugo-refresh): Fix unknown function `pushnew`
Date: Wed, 25 Jan 2017 02:12:38 +0000 (UTC)

branch: master
commit a05ff4116f900fe76c4619f553dade936fc1cbca
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

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

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 879c85e..c644850 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]