changeset 22721:d023df160219

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 09 Jul 1998 03:47:06 +0000
parents ab4f30149aa0
children ef426e5873e3
files lisp/vc.el src/fns.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <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.
 
@@ -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
--- 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);