emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Fri, 09 Nov 2001 10:09:59 -0500

Index: emacs/lisp/vc.el
diff -u emacs/lisp/vc.el:1.317 emacs/lisp/vc.el:1.318
--- emacs/lisp/vc.el:1.317      Mon Oct 29 07:26:15 2001
+++ emacs/lisp/vc.el    Fri Nov  9 09:55:52 2001
@@ -6,7 +6,7 @@
 ;; Maintainer: Andre Spiegel <address@hidden>
 ;; Keywords: tools
 
-;; $Id: vc.el,v 1.317 2001/10/29 12:26:15 spiegel Exp $
+;; $Id: vc.el,v 1.318 2001/11/09 14:55:52 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -36,6 +36,7 @@
 ;;   Martin Lorentzson <address@hidden>
 ;;   Dave Love <address@hidden>
 ;;   Stefan Monnier <address@hidden>
+;;   John David Smith <address@hidden>
 ;;   Andre Spiegel <address@hidden>
 ;;   Richard Stallman <address@hidden>
 ;;   address@hidden
@@ -715,7 +716,7 @@
 (defun vc-clear-context ()
   "Clear all cached file properties and the comment ring."
   (interactive)
-  (fillarray vc-file-prop-obarray nil)
+  (fillarray vc-file-prop-obarray 0)
   ;; Note: there is potential for minor lossage here if there is an open
   ;; log buffer with a nonzero local value of vc-comment-ring-index.
   (setq vc-comment-ring (make-ring vc-maximum-comment-ring-size)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]