1
0
mirror of https://github.com/golang/go synced 2024-11-18 09:04:49 -07:00

tools/refactor/rename: add provide to rename.el

Fixes #11110

Change-Id: I29eaff7f730f7680afaa9ad058ac797bdab98a18
Reviewed-on: https://go-review.googlesource.com/11947
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Jeff Hodges 2015-07-09 21:35:09 -07:00 committed by Alan Donovan
parent 5c915edf62
commit ea5101579e

View File

@ -92,3 +92,5 @@ the `gorename' tool. With FORCE, call `gorename' with the
(replace-regexp-in-string "[\t\n ]*\\'"
""
(buffer-substring (point-min) (point-max))))
(provide 'go-rename)