# HG changeset patch # User Richard M. Stallman # Date 899956026 0 # Node ID d023df160219683feb7f0d864c2d1d203a31498d # Parent ab4f30149aa01455dc496008d621281fcd45b715 Comment change. diff -r ab4f30149aa0 -r d023df160219 lisp/vc.el --- a/lisp/vc.el Thu Jul 09 02:02:33 1998 +0000 +++ b/lisp/vc.el Thu Jul 09 03:47:06 1998 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Andre Spiegel -;; $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. @@ -1241,6 +1241,7 @@ (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 diff -r ab4f30149aa0 -r d023df160219 src/fns.c --- a/src/fns.c Thu Jul 09 02:02:33 1998 +0000 +++ b/src/fns.c Thu Jul 09 03:47:06 1998 +0000 @@ -772,7 +772,7 @@ 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);