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-rcs.el | |
parent | 3702367bcef4d8987b1c6aa06ab29ec0390d6887 (diff) | |
download | emacs-5a9de6d0185ed5302c383769c428d92279717d55.tar.gz |
Remove some XXX comments no longer needed.
Diffstat (limited to 'lisp/vc-rcs.el')
-rw-r--r-- | lisp/vc-rcs.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index e87abef125f..0ef41557bb5 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -182,10 +182,9 @@ For a description of possible values, see `vc-check-master-templates'." (vc-rcs-state file)))) (vc-rcs-state file))))) -;; XXX Experimental function for the vc-dired replacement. (defun vc-rcs-dir-status (dir update-function) - ;; XXX: quick hack, there should be a better way to do this, - ;; but it's not worse than vc-dired :-). + ;; Doing individual vc-state calls is painful but tgere + ;; is no better way in RCS-land. (let ((flist (vc-expand-dirs (list dir))) (result nil)) (dolist (file flist) |