/[emacs]/emacs/lisp/vc.el
ViewVC logotype

Diff of /emacs/lisp/vc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.317 by spiegel, Mon Oct 29 12:26:15 2001 UTC revision 1.318 by spiegel, Fri Nov 9 14:55:52 2001 UTC
# Line 36  Line 36 
36  ;;   Martin Lorentzson <martinl@gnu.org>  ;;   Martin Lorentzson <martinl@gnu.org>
37  ;;   Dave Love <fx@gnu.org>  ;;   Dave Love <fx@gnu.org>
38  ;;   Stefan Monnier <monnier@cs.yale.edu>  ;;   Stefan Monnier <monnier@cs.yale.edu>
39    ;;   John David Smith <jdsmith@astro.cornell.edu>
40  ;;   Andre Spiegel <spiegel@gnu.org>  ;;   Andre Spiegel <spiegel@gnu.org>
41  ;;   Richard Stallman <rms@gnu.org>  ;;   Richard Stallman <rms@gnu.org>
42  ;;   ttn@netcom.com  ;;   ttn@netcom.com
# Line 715  The keys are \(BUFFER . BACKEND\).  See Line 716  The keys are \(BUFFER . BACKEND\).  See
716  (defun vc-clear-context ()  (defun vc-clear-context ()
717    "Clear all cached file properties and the comment ring."    "Clear all cached file properties and the comment ring."
718    (interactive)    (interactive)
719    (fillarray vc-file-prop-obarray nil)    (fillarray vc-file-prop-obarray 0)
720    ;; Note: there is potential for minor lossage here if there is an open    ;; Note: there is potential for minor lossage here if there is an open
721    ;; log buffer with a nonzero local value of vc-comment-ring-index.    ;; log buffer with a nonzero local value of vc-comment-ring-index.
722    (setq vc-comment-ring (make-ring vc-maximum-comment-ring-size)))    (setq vc-comment-ring (make-ring vc-maximum-comment-ring-size)))

Legend:
Removed from v.1.317  
changed lines
  Added in v.1.318

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26