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

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

[elpa] 01/02: [gnugo slog] Specify second a rg to ‘unintern’.


From: Thien-Thi Nguyen
Subject: [elpa] 01/02: [gnugo slog] Specify second a rg to ‘unintern’.
Date: Thu, 27 Feb 2014 09:55:44 +0000

ttn pushed a commit to branch master
in repository elpa.

commit fc0692739b1c0d8ae815694674577c7057cb6d98
Author: Juanma Barranquero <address@hidden>
Date:   Wed Feb 26 11:41:34 2014 +0100

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

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 2dafd12..ae4a6a0 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]