aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-09 03:47:06 +0000
committerRichard M. Stallman1998-07-09 03:47:06 +0000
commit262c8ceae77e12c6889d6b8ee9cba3864cb16ca1 (patch)
tree57d5108dc1d3bf9277fe537b5a5c07c37d6072d4 /lisp
parent56d25ff57f9920eb431ad8c4d489375e6823533d (diff)
downloademacs-262c8ceae77e12c6889d6b8ee9cba3864cb16ca1.tar.gz
emacs-262c8ceae77e12c6889d6b8ee9cba3864cb16ca1.zip
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index f54a7b325de..c5bef750f8b 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -5,7 +5,7 @@
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de> 6;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
7 7
8;; $Id: vc.el,v 1.233 1998/06/21 14:29:07 eliz Exp rms $ 8;; $Id: vc.el,v 1.234 1998/07/08 02:55:50 rms Exp rms $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -1241,6 +1241,7 @@ May be useful as a `vc-checkin-hook' to update change logs automatically."
1241 (let ((logbuf (get-buffer "*VC-log*"))) 1241 (let ((logbuf (get-buffer "*VC-log*")))
1242 (cond (logbuf 1242 (cond (logbuf
1243 (delete-windows-on logbuf (selected-frame)) 1243 (delete-windows-on logbuf (selected-frame))
1244 ;; Kill buffer and delete any other dedicated windows/frames.
1244 (kill-buffer logbuf)))) 1245 (kill-buffer logbuf))))
1245 ;; Now make sure we see the expanded headers 1246 ;; Now make sure we see the expanded headers
1246 (if buffer-file-name 1247 (if buffer-file-name