mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 14:10:47 -08:00
(vc-diff-finish): Search all frames for the buffer's window.
This commit is contained in:
parent
d36122a23e
commit
845ec007da
1 changed files with 1 additions and 1 deletions
|
|
@ -1994,7 +1994,7 @@ the buffer contents as a comment."
|
|||
(let ((inhibit-read-only t))
|
||||
(insert "No differences found.\n")))
|
||||
(goto-char (point-min))
|
||||
(let ((window (get-buffer-window (current-buffer))))
|
||||
(let ((window (get-buffer-window (current-buffer) t)))
|
||||
(when window
|
||||
(shrink-window-if-larger-than-buffer window))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue