]> Cypherpunks repositories - gostls13.git/commit
misc/emacs: allow godef to work in coverage buffers
authorDominik Honnef <dominik.honnef@gmail.com>
Fri, 16 Aug 2013 04:22:38 +0000 (00:22 -0400)
committerAlan Donovan <adonovan@google.com>
Fri, 16 Aug 2013 04:22:38 +0000 (00:22 -0400)
commit0b25ba9ced9d0dda8a73545a2cc3eb377515d9c7
treeb58c16fd0e3e3ac44caaf2ca0177d9da2f5ec9a5
parentc320cf85d97b3c5a57c120bd7d75a4259c7e24eb
misc/emacs: allow godef to work in coverage buffers

Jumps to the same file will use the original buffer, not the
coverage buffer. Making it work for the coverage buffer isn't
worth the trouble, especially because it would break as soon as
you jump to a different file and back.

Use error instead of message so it actually terminates

R=adonovan
CC=golang-dev
https://golang.org/cl/13041043
misc/emacs/go-mode.el