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

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

[elpa] 235/255: better line truncation


From: Eric Schulte
Subject: [elpa] 235/255: better line truncation
Date: Sun, 16 Mar 2014 01:02:55 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit e40576f8dd7789468eba6f68d15ff896c5907d96
Author: Eric Schulte <address@hidden>
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 <address@hidden>
+;; Copyright (C) 2012-2013 Eric Schulte <address@hidden>
 
-;; Author: Eric Schulte <address@hidden>
+;; Author: Eric Schulte <address@hidden>
 ;; 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)))
 
 



reply via email to

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