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

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

[elpa] externals/gnugo 9469952 075/357: fixup! [gnugo sgf] Move gratuito


From: Stefan Monnier
Subject: [elpa] externals/gnugo 9469952 075/357: fixup! [gnugo sgf] Move gratuitous newline from after to before (sub)trees.
Date: Sun, 29 Nov 2020 14:50:52 -0500 (EST)

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

    fixup! [gnugo sgf] Move gratuitous newline from after to before (sub)trees.
---
 gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index ab59591..c93232e 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -2224,7 +2224,7 @@ starting a new one.  See `gnugo-board-mode' documentation 
for more info."
                  (insert "(")
                  (dolist (node tree)
                    (>>node node))
-                 (insert ")\n")))
+                 (insert ")")))
       (with-temp-buffer
         (dolist (tree collection)
           (>>tree tree))



reply via email to

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