branch: elpa/go-mode
commit d712cf3cdcb189947f4174af2dd833a83bf6deba
Author: Xu Chunyang <[email protected]>
Commit: Peter Sanford <[email protected]>

    Make yes-or-no-p's PROMPT end in a space
---
 go-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index f1a207e..f63df33 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -2015,7 +2015,7 @@ code to the Playground. You can disable the confirmation 
by setting
 "
   (interactive "r")
   (if (and go-confirm-playground-uploads
-           (not (yes-or-no-p "Upload to public Go Playground?")))
+           (not (yes-or-no-p "Upload to public Go Playground? ")))
       (message "Upload aborted")
     (let* ((url-request-method "POST")
            (url-request-extra-headers

Reply via email to