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

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

[elpa] 234/255: don't truncate lines in go boards


From: Eric Schulte
Subject: [elpa] 234/255: don't truncate lines in go boards
Date: Sun, 16 Mar 2014 01:02:54 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 4e6e5cd89108ae05b4f961c62d56f824ed717dfc
Author: Eric Schulte <address@hidden>
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)))
 
 



reply via email to

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