cmd/gorename: emacs: do not auto shrink error window
Change-Id: Iffa740a15658993cd905a34333f89145952524ca Reviewed-on: https://go-review.googlesource.com/20289 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
adda3a6894
commit
b15543bacc
|
@ -82,7 +82,6 @@ the `gorename' tool. With FORCE, call `gorename' with the
|
|||
;; failure
|
||||
(let ((w (display-buffer (current-buffer))))
|
||||
(message "gorename exited")
|
||||
(shrink-window-if-larger-than-buffer w)
|
||||
(set-window-point w (point-min)))))))
|
||||
|
||||
;; Reload the modified files, saving line/col.
|
||||
|
|
Loading…
Reference in New Issue