diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-01 19:28:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-01 19:28:56 +0000 |
commit | 5a9de6d0185ed5302c383769c428d92279717d55 (patch) | |
tree | 545b87e95ef942d3ef0facdb068c098c71f7147c /lisp/vc-cvs.el | |
parent | 3702367bcef4d8987b1c6aa06ab29ec0390d6887 (diff) | |
download | emacs-5a9de6d0185ed5302c383769c428d92279717d55.tar.gz emacs-5a9de6d0185ed5302c383769c428d92279717d55.tar.bz2 emacs-5a9de6d0185ed5302c383769c428d92279717d55.zip |
Remove some XXX comments no longer needed.
Diffstat (limited to 'lisp/vc-cvs.el')
-rw-r--r-- | lisp/vc-cvs.el | 3 |
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) |