eschulte pushed a commit to branch go
in repository elpa.

commit 091e16ddda62120bbab3f439b36e392f6cf31aa7
Author: Eric Schulte <[email protected]>
Date:   Tue Jul 17 18:52:30 2012 -0600

    reverse order of sizes
---
 go.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/go.el b/go.el
index 961c873..26ecac5 100644
--- a/go.el
+++ b/go.el
@@ -52,7 +52,7 @@
   (let ((it (make-instance back-end))
         (size (read (org-icompleting-read
                      "board size: "
-                     (mapcar #'number-to-string '(9 13 19))))))
+                     (mapcar #'number-to-string '(19 13 9))))))
     (setf (go-size it) size)
     it))
 

Reply via email to