Commit 8a904563 authored by Dominik Honnef's avatar Dominik Honnef Committed by Brad Fitzpatrick

misc/emacs: clear previous overlays before adding new ones

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12578044
parent 58845656
......@@ -998,6 +998,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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment