Mercurial > emacs
diff lisp/ChangeLog @ 85461:abd6fdb45765
(vc-mtn-revision-completion-table):Make it work when the arg is a list of files.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 20 Oct 2007 01:13:10 +0000 |
parents | d36b2b98840f |
children | 43a9834cf1a6 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 20 01:11:18 2007 +0000 +++ b/lisp/ChangeLog Sat Oct 20 01:13:10 2007 +0000 @@ -1,10 +1,11 @@ 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca> + * vc-mtn.el (vc-mtn-revision-completion-table): + * vc-cvs.el (vc-cvs-revision-completion-table): + * vc-arch.el (vc-arch-revision-completion-table): * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table): * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table): - * vc-cvs.el (vc-cvs-revision-completion-table): - * vc-arch.el (vc-arch-revision-completion-table): Make it work when the - arg is a list of files. + Make it work when the arg is a list of files. 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>