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:
Konstantin Shaposhnikov 2016-03-07 23:32:26 +08:00 committed by Alan Donovan
parent adda3a6894
commit b15543bacc

View File

@ -82,7 +82,6 @@ the `gorename' tool. With FORCE, call `gorename' with the
;; failure ;; failure
(let ((w (display-buffer (current-buffer)))) (let ((w (display-buffer (current-buffer))))
(message "gorename exited") (message "gorename exited")
(shrink-window-if-larger-than-buffer w)
(set-window-point w (point-min))))))) (set-window-point w (point-min)))))))
;; Reload the modified files, saving line/col. ;; Reload the modified files, saving line/col.