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 | a49b425564f12ee8b4f0a88376df9f16bd577cde (patch) | |
tree | a03344d80c44030ef15f5921bc033ce55b2ce116 /lisp/vc-rcs.el | |
parent | 26cd69b3c4d6cbb6cb36da5ee2850eba2a987869 (diff) | |
download | emacs-a49b425564f12ee8b4f0a88376df9f16bd577cde.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) |