diff options
| author | Richard M. Stallman | 1993-05-29 03:47:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-29 03:47:48 +0000 |
| commit | 4c33756c1bbe7128c3790ddcffdb97c60025b5e6 (patch) | |
| tree | 3a1a6f8810978459736fdef0f8ebd5279c6a7b12 | |
| parent | 077cc1d53cc32d668eb23cac271ac4012774649b (diff) | |
| download | emacs-4c33756c1bbe7128c3790ddcffdb97c60025b5e6.tar.gz emacs-4c33756c1bbe7128c3790ddcffdb97c60025b5e6.zip | |
(vc-finish-logentry): Use delete-windows-on.
| -rw-r--r-- | lisp/vc.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index bb5adb31249..30efd4ebecb 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -622,8 +622,7 @@ See `vc-update-change-log'." | |||
| 622 | (error "No log operation is pending.")) | 622 | (error "No log operation is pending.")) |
| 623 | ;; Return to "parent" buffer of this checkin and remove checkin window | 623 | ;; Return to "parent" buffer of this checkin and remove checkin window |
| 624 | (pop-to-buffer vc-parent-buffer) | 624 | (pop-to-buffer vc-parent-buffer) |
| 625 | (vc-error-occurred | 625 | (delete-windows-on (get-buffer "*VC-log*")) |
| 626 | (delete-window (get-buffer-window "*VC-log*"))) | ||
| 627 | (kill-buffer "*VC-log*") | 626 | (kill-buffer "*VC-log*") |
| 628 | ;; Now make sure we see the expanded headers | 627 | ;; Now make sure we see the expanded headers |
| 629 | (if buffer-file-name | 628 | (if buffer-file-name |