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

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

[elpa] externals/gnugo 781a385 332/357: [gnugo] Drop trailing fullstop f


From: Stefan Monnier
Subject: [elpa] externals/gnugo 781a385 332/357: [gnugo] Drop trailing fullstop for "... done" messages.
Date: Sun, 29 Nov 2020 14:51:51 -0500 (EST)

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

    [gnugo] Drop trailing fullstop for "... done" messages.
    
    * packages/gnugo/gnugo.el (gnugo-display-group-data, gnugo-command): 
...here.
---
 gnugo.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnugo.el b/gnugo.el
index ae86e77..0fad0ac 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -1449,7 +1449,7 @@ To start a game try M-x gnugo."
     (switch-to-buffer buffer-name)
     (erase-buffer)
     (insert data))
-  (message "Computing %s ... done." command))
+  (message "Computing %s ... done" command))
 
 (defun gnugo-worm-stones ()
   "In the GNUGO Board buffer, animate \"worm\" at current position.
@@ -2088,7 +2088,7 @@ NOTE: At this time, GTP command handling specification is 
still
                   (t (switch-to-buffer "*gnugo command output*")
                      (erase-buffer)
                      (insert ans)
-                     (message "Doing %s ... done." command)))
+                     (message "Doing %s ... done" command)))
             (let ((thunk (plist-get spec :post-thunk)))
               (when thunk (funcall thunk)))))))))
 



reply via email to

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