summaryrefslogtreecommitdiff
path: root/lisp/vc-cvs.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2008-05-01 19:28:56 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2008-05-01 19:28:56 +0000
commit5a9de6d0185ed5302c383769c428d92279717d55 (patch)
tree545b87e95ef942d3ef0facdb068c098c71f7147c /lisp/vc-cvs.el
parent3702367bcef4d8987b1c6aa06ab29ec0390d6887 (diff)
downloademacs-5a9de6d0185ed5302c383769c428d92279717d55.tar.gz
Remove some XXX comments no longer needed.
Diffstat (limited to 'lisp/vc-cvs.el')
-rw-r--r--lisp/vc-cvs.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index ba80153a60c..bd92fab3326 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -857,10 +857,9 @@ state."
(vc-cvs-parse-entry file t))))
(forward-line 1))))
-;; XXX Experimental function for the vc-dired replacement.
(defun vc-cvs-after-dir-status (update-function)
;; Heavily inspired by vc-cvs-parse-status. AKA a quick hack.
- ;; It needs a lot of testing.
+ ;; This needs a lot of testing.
(let ((status nil)
(status-str nil)
(file nil)