eschulte pushed a commit to branch go
in repository elpa.
commit 4e6e5cd89108ae05b4f961c62d56f824ed717dfc
Author: Eric Schulte <[email protected]>
Date: Thu Aug 8 15:54:04 2013 -0600
don't truncate lines in go boards
---
go-board.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/go-board.el b/go-board.el
index c521aeb..86fcc6b 100644
--- a/go-board.el
+++ b/go-board.el
@@ -328,6 +328,7 @@
(pop-to-buffer buffer)
(plist-put *black* :prisoners 0)
(plist-put *white* :prisoners 0)
+ (toggle-truncate-lines)
(update-display buffer)))