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

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

[nongnu] elpa/go-mode 38f2465 164/495: display a helpful prompt in go-co


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 38f2465 164/495: display a helpful prompt in go-coverage
Date: Sat, 7 Aug 2021 09:05:05 -0400 (EDT)

branch: elpa/go-mode
commit 38f2465b849ea8a4ecc8515ae62e6b41def5499f
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    display a helpful prompt in go-coverage
---
 go-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index 4193265..7c59c06 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -973,7 +973,7 @@ description at POINT."
 (defun go-coverage (input)
   "Open a clone of the current buffer and overlay it with
 coverage information gathered via go test -coverprofile=INPUT."
-  (interactive "f")
+  (interactive "fCoverage file: ")
   (let ((ranges '())
         (file-name (file-name-nondirectory (buffer-file-name)))
         (gocov-buffer-name (concat (buffer-name) "<gocov>")))



reply via email to

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