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

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

[elpa] externals/gnugo 62a7c8d 052/357: [gnugo slog] Specify second arg


From: Stefan Monnier
Subject: [elpa] externals/gnugo 62a7c8d 052/357: [gnugo slog] Specify second arg to ‘unintern’.
Date: Sun, 29 Nov 2020 14:50:46 -0500 (EST)

branch: externals/gnugo
commit 62a7c8d9fa9c0b63959a57fb434c8fe7b8b7aeb9
Author: Juanma Barranquero <lekktu@gmail.com>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo slog] Specify second arg to ‘unintern’.
    
    * packages/gnugo/gnugo.el (gnugo-cleanup): ...here.
---
 gnugo.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index 2dafd12..ae4a6a0 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -1017,7 +1017,9 @@ its move."
       (message "Thank you for playing GNU Go."))
     (mapc (lambda (sym)
             (setplist sym nil)          ; "...is next to fordliness." --Huxley
-            (unintern sym))
+            ;; Sigh, "2nd arg optional" obsolete as of Emacs 23.3.
+            ;; No worries, things will be Much Better w/ structs, RSN...
+            (unintern sym nil))
           (append (gnugo-get :all-yy)
                   (mapcar 'gnugo-f
                           '(anim



reply via email to

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