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

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

[elpa] master 2bb5571 7/7: [gnugo] Drop trailing fullstop in animation m


From: Thien-Thi Nguyen
Subject: [elpa] master 2bb5571 7/7: [gnugo] Drop trailing fullstop in animation message.
Date: Thu, 9 Feb 2017 23:34:02 -0500 (EST)

branch: master
commit 2bb5571101469730debee9068e93eb6ec1ba3241
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    [gnugo] Drop trailing fullstop in animation message.
    
    * packages/gnugo/gnugo.el (gnugo-animate-group): ...here,
    in "Computing TYPE stones ... N in group" message.
---
 packages/gnugo/gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 22c628c..2bdfbfd 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1424,7 +1424,7 @@ To start a game try M-x gnugo."
       (user-error "No stone at %s" pos))
     (setq blurb (message "Computing %s stones ..." w/d)
           stones (gnugo-lsquery "%s_stones %s" w/d pos))
-    (message "%s %s in group." blurb (length stones))
+    (message "%s %s in group" blurb (length stones))
     (setplist (gnugo-f 'anim) nil)
     (let* ((spec (if (gnugo-get :display-using-images)
                      (cl-loop



reply via email to

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