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

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

[elpa] master 42213a6 1/7: [gnugo] Drop trailing fullstop for "... done"


From: Thien-Thi Nguyen
Subject: [elpa] master 42213a6 1/7: [gnugo] Drop trailing fullstop for "... done" messages.
Date: Thu, 9 Feb 2017 23:34:01 -0500 (EST)

branch: master
commit 42213a6a33fdc927567a1e3f35423f2115161093
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

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

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index ae86e77..0fad0ac 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]