eschulte pushed a commit to branch go
in repository elpa.
commit e40576f8dd7789468eba6f68d15ff896c5907d96
Author: Eric Schulte <[email protected]>
Date: Thu Aug 8 15:57:51 2013 -0600
better line truncation
---
go-board.el | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go-board.el b/go-board.el
index 86fcc6b..8ef435a 100644
--- a/go-board.el
+++ b/go-board.el
@@ -1,8 +1,8 @@
;;; go-board.el --- Smart Game Format GO board visualization
-;; Copyright (C) 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2012-2013 Eric Schulte <[email protected]>
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
@@ -328,7 +328,7 @@
(pop-to-buffer buffer)
(plist-put *black* :prisoners 0)
(plist-put *white* :prisoners 0)
- (toggle-truncate-lines)
+ (setq truncate-lines t)
(update-display buffer)))