comparison lisp/vc.el @ 94522:a69dcc2c42ae

Remove some XXX comments no longer needed.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 01 May 2008 19:28:56 +0000
parents 2a61c5f918a5
children 4bc924044f22
comparison
equal deleted inserted replaced
94521:2a61c5f918a5 94522:a69dcc2c42ae
3430 Otherwise mark the file on the current line and move to the next 3430 Otherwise mark the file on the current line and move to the next
3431 line." 3431 line."
3432 (interactive) 3432 (interactive)
3433 (vc-dir-mark-unmark 'vc-dir-mark-file)) 3433 (vc-dir-mark-unmark 'vc-dir-mark-file))
3434 3434
3435
3436 ;; XXX: Should this take the region into consideration?
3437 (defun vc-dir-mark-all-files (arg) 3435 (defun vc-dir-mark-all-files (arg)
3438 "Mark all files with the same state as the current one. 3436 "Mark all files with the same state as the current one.
3439 With a prefix argument mark all files. 3437 With a prefix argument mark all files.
3440 If the current entry is a directory, mark all child files. 3438 If the current entry is a directory, mark all child files.
3441 3439