tools/refactor/rename
Dominik Honnef 860883f6da refactor/rename: require cl-lib, use cl- namespace
go-rename.el used the cl list* macro without requiring cl. This only
worked for people who required it for other code. go-guru.el, before its
removal from the tree, changed from cl to cl-lib, indirectly breaking
go-rename.el for some users.

Switch to using cl-list* and require cl-lib.

Fixes golang/go#17468

Change-Id: I70f2052b9fd3d1a8671794d9a3954be218026af2
Reviewed-on: https://go-review.googlesource.com/31471
Reviewed-by: Alan Donovan <adonovan@google.com>
2016-10-19 16:26:16 +00:00
..
check.go tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00
go-rename.el refactor/rename: require cl-lib, use cl- namespace 2016-10-19 16:26:16 +00:00
mvpkg.go refactor/rename: fix two bugs related to MS Windows' path separator 2016-07-15 14:58:04 +00:00
mvpkg_test.go refactor/rename: fix two bugs related to MS Windows' path separator 2016-07-15 14:58:04 +00:00
rename.go refactor/rename: don't stop because of "soft" errors 2016-09-27 16:36:09 +00:00
rename_test.go refactor/rename: don't stop because of "soft" errors 2016-09-27 16:36:09 +00:00
spec.go refactor/rename: fix crash with "." as -from package 2016-01-08 19:32:44 +00:00
util.go x/tools: s/oracle/guru/g in various comments 2016-10-13 18:54:04 +00:00