Mercurial > emacs
changeset 22715:c015f24cda4c
(vc-finish-logentry): Only delete windows in the selected frame
displaying the *VC-log* buffer, in case another frame is dedicated to
it (which will then be deleted via kill-buffer).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 08 Jul 1998 02:55:50 +0000 |
parents | e632673d8975 |
children | 2d00337b7152 |
files | lisp/vc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Wed Jul 08 02:19:14 1998 +0000 +++ b/lisp/vc.el Wed Jul 08 02:55:50 1998 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de> -;; $Id: vc.el,v 1.232 1998/06/16 16:38:47 rms Exp eliz $ +;; $Id: vc.el,v 1.233 1998/06/21 14:29:07 eliz Exp rms $ ;; This file is part of GNU Emacs. @@ -1240,7 +1240,7 @@ ;; we don't zap the *VC-log* buffer and the typing therein). (let ((logbuf (get-buffer "*VC-log*"))) (cond (logbuf - (delete-windows-on logbuf) + (delete-windows-on logbuf (selected-frame)) (kill-buffer logbuf)))) ;; Now make sure we see the expanded headers (if buffer-file-name