ttn pushed a commit to branch master in repository elpa. commit f46be89c177386cf4895b9dfb8fa161c86a57233 Author: Thien-Thi Nguyen <t...@gnu.org> Date: Fri Mar 14 08:49:00 2014 +0100
fixup! [gnugo sgf] Move gratuitous newline from after to before (sub)trees. --- packages/gnugo/gnugo.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el index ab59591..c93232e 100644 --- a/packages/gnugo/gnugo.el +++ b/packages/gnugo/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))