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

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

[elpa] 01/01: [gnugo int] Fix syntax error.


From: Thien-Thi Nguyen
Subject: [elpa] 01/01: [gnugo int] Fix syntax error.
Date: Wed, 09 Apr 2014 07:10:38 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 8feea336127a6e21427725f0d07dcc25d23de34d
Author: Thien-Thi Nguyen <address@hidden>
Date:   Wed Apr 9 09:14:55 2014 +0200

    [gnugo int] Fix syntax error.
    
    Wishful Scheme thinking, not enough caffeine drinking...
    
    * packages/gnugo/gnugo.el (gnugo--move-to-bcol): ...here.
---
 packages/gnugo/gnugo.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 363409b..7bab636 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -954,7 +954,7 @@ are dimmed.  Type \\[describe-mode] in that buffer for 
details."
        (gnugo--awake)
      ,@body))
 
-(defsubst (gnugo--move-to-bcol bidx)
+(defsubst gnugo--move-to-bcol (bidx)
   (move-to-column (+ 10 (* 6 bidx))))
 
 (defun gnugo--swiz (direction &optional blunt)



reply via email to

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