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

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

[elpa] externals/gnugo 2f09438 145/357: [gnugo int] Fix syntax error.


From: Stefan Monnier
Subject: [elpa] externals/gnugo 2f09438 145/357: [gnugo int] Fix syntax error.
Date: Sun, 29 Nov 2020 14:51:09 -0500 (EST)

branch: externals/gnugo
commit 2f09438e871f3b5b83663ae9d90b8a6860ea5027
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

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

diff --git a/gnugo.el b/gnugo.el
index 363409b..7bab636 100644
--- a/gnugo.el
+++ b/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]