Push point to the find-tag marker ring to support pop-tag-mark.
Fixes #5804.
R=adonovan
CC=golang-dev
https://golang.org/cl/
11457044
;; license that can be found in the LICENSE file.
(require 'cl)
+(require 'etags)
(require 'ffap)
+(require 'ring)
(require 'url)
;; XEmacs compatibility guidelines
(message "%s" file))
(t
(push-mark)
+ (ring-insert find-tag-marker-ring (point-marker))
(godef--find-file-line-column file other-window))))
(file-error (message "Could not run godef binary"))))