/[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.311 by monnier, Mon Sep 24 22:29:15 2001 UTC revision 1.311.4.1 by spiegel, Fri Nov 9 15:09:58 2001 UTC
# Line 683  The keys are \(BUFFER . BACKEND\).  See Line 683  The keys are \(BUFFER . BACKEND\).  See
683  (defun vc-clear-context ()  (defun vc-clear-context ()
684    "Clear all cached file properties and the comment ring."    "Clear all cached file properties and the comment ring."
685    (interactive)    (interactive)
686    (fillarray vc-file-prop-obarray nil)    (fillarray vc-file-prop-obarray 0)
687    ;; 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
688    ;; log buffer with a nonzero local value of vc-comment-ring-index.    ;; log buffer with a nonzero local value of vc-comment-ring-index.
689    (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.311  
changed lines
  Added in v.1.311.4.1

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