branch: elpa/go-mode
commit 0604054c02d19455adbad948a2b3bea12e858ba8
Author: Konstantin Shaposhnikov <[email protected]>
Commit: Dominik Honnef <[email protected]>

    cmd/gorename: emacs: do not auto shrink error window
    
    Change-Id: Iffa740a15658993cd905a34333f89145952524ca
    Reviewed-on: https://go-review.googlesource.com/20289
    Reviewed-by: Alan Donovan <[email protected]>
---
 rename_import/refactor/rename/go-rename.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rename_import/refactor/rename/go-rename.el 
b/rename_import/refactor/rename/go-rename.el
index 8faecc6..5181ce0 100644
--- a/rename_import/refactor/rename/go-rename.el
+++ b/rename_import/refactor/rename/go-rename.el
@@ -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.

Reply via email to