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

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

[elpa] 89/255: tweaks


From: Eric Schulte
Subject: [elpa] 89/255: tweaks
Date: Sun, 16 Mar 2014 01:02:25 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 438006c67baf6f6e1a924e57e333ec32d8ed61c9
Author: Eric Schulte <address@hidden>
Date:   Thu May 24 19:47:29 2012 -0600

    tweaks
---
 sgf-board.el |    3 ---
 sgf-util.el  |    2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/sgf-board.el b/sgf-board.el
index 35019c5..b13196b 100644
--- a/sgf-board.el
+++ b/sgf-board.el
@@ -35,7 +35,6 @@
 (defvar *back-end* nil "Holds the primary back-end connected to a board.")
 
 (defvar black-piece "X")
-
 (defvar white-piece "O")
 
 
@@ -178,8 +177,6 @@
         (body (board-body-to-string board)))
     (mapconcat #'identity (list header body header) "\n")))
 
-(defun ear-muffs (str) (concat "*" str "*"))
-
 (defun update-display (buffer)
   (with-current-buffer buffer
     (delete-region (point-min) (point-max))
diff --git a/sgf-util.el b/sgf-util.el
index 04148d7..1b93490 100644
--- a/sgf-util.el
+++ b/sgf-util.el
@@ -62,4 +62,6 @@
         (setf (aref trans (pos-to-index (cons row col) size))
               (aref board (pos-to-index (cons col row) size)))))))
 
+(defun ear-muffs (str) (concat "*" str "*"))
+
 (provide 'sgf-util)



reply via email to

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