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

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

[nongnu] elpa/go-mode d712cf3 470/495: Make yes-or-no-p's PROMPT end in


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode d712cf3 470/495: Make yes-or-no-p's PROMPT end in a space
Date: Sat, 7 Aug 2021 09:06:11 -0400 (EDT)

branch: elpa/go-mode
commit d712cf3cdcb189947f4174af2dd833a83bf6deba
Author: Xu Chunyang <xuchunyang56@gmail.com>
Commit: Peter Sanford <psanford@sanford.io>

    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

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