Mercurial > emacs
changeset 3229:f2b1d5cc9337
(vc-finish-logentry): Use delete-windows-on.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 May 1993 03:47:48 +0000 |
parents | 8199b2047076 |
children | 103f34320cb5 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Sat May 29 03:29:45 1993 +0000 +++ b/lisp/vc.el Sat May 29 03:47:48 1993 +0000 @@ -622,8 +622,7 @@ (error "No log operation is pending.")) ;; Return to "parent" buffer of this checkin and remove checkin window (pop-to-buffer vc-parent-buffer) - (vc-error-occurred - (delete-window (get-buffer-window "*VC-log*"))) + (delete-windows-on (get-buffer "*VC-log*")) (kill-buffer "*VC-log*") ;; Now make sure we see the expanded headers (if buffer-file-name