Mercurial > emacs
changeset 103320:8d8a82b45ba7
(vc-revision-other-window): Fix argument to backend function
revision-completion-table; it expects a list.
author | Johan Bockgård <bojohan@gnu.org> |
---|---|
date | Thu, 04 Jun 2009 20:31:52 +0000 |
parents | ee8708a2ef16 |
children | f50defb23b3e |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 04 14:46:23 2009 +0000 +++ b/lisp/ChangeLog Thu Jun 04 20:31:52 2009 +0000 @@ -1,3 +1,8 @@ +2009-06-04 Johan Bockgård <bojohan@gnu.org> + + * vc.el (vc-revision-other-window): Fix argument to backend + function revision-completion-table; it expects a list. + 2009-06-04 Stefan Monnier <monnier@iro.umontreal.ca> * frame.el (delete-other-frames): Only delete frames on the
--- a/lisp/vc.el Thu Jun 04 14:46:23 2009 +0000 +++ b/lisp/vc.el Thu Jun 04 20:31:52 2009 +0000 @@ -1613,7 +1613,7 @@ (save-current-buffer (vc-ensure-vc-buffer) (let ((completion-table - (vc-call revision-completion-table buffer-file-name)) + (vc-call revision-completion-table (list buffer-file-name))) (prompt "Revision to visit (default is working revision): ")) (list (if completion-table