branch: elpa/go-mode
commit eaa47c28dbba640fe4b07388c95dc7edb3b6ffc9
Author: Dominik Honnef <[email protected]>
Commit: Dominik Honnef <[email protected]>

    remove old overlays
---
 go-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/go-mode.el b/go-mode.el
index 7c59c06..f20600e 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -1006,6 +1006,7 @@ coverage information gathered via go test 
-coverprofile=INPUT."
                           (get-buffer gocov-buffer-name)
                           (clone-indirect-buffer gocov-buffer-name nil))
       (save-excursion
+        (remove-overlays)
         (overlay-put
          (make-overlay
           (point-min)

Reply via email to