;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
-;; $Id: vc.el,v 1.233 1998/06/21 14:29:07 eliz Exp rms $
+;; $Id: vc.el,v 1.234 1998/07/08 02:55:50 rms Exp rms $
;; This file is part of GNU Emacs.
(let ((logbuf (get-buffer "*VC-log*")))
(cond (logbuf
(delete-windows-on logbuf (selected-frame))
+ ;; Kill buffer and delete any other dedicated windows/frames.
(kill-buffer logbuf))))
;; Now make sure we see the expanded headers
(if buffer-file-name
XCONS (prev)->cdr = last_tail;
if (maybe_combine_byte)
- /* Characater counter of the multibyte string VAL may be wrong
+ /* Character counter of the multibyte string VAL may be wrong
because of byte combining problem. We must re-calculate it. */
XSTRING (val)->size = multibyte_chars_in_text (XSTRING (val)->data,
XSTRING (val)->size_byte);