Mercurial > emacs
changeset 94495:027a58c5f305
(vc-checkout): Typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 30 Apr 2008 08:13:09 +0000 |
parents | 07fb6a1d5233 |
children | 38eb904fa638 |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 30 08:12:20 2008 +0000 +++ b/lisp/ChangeLog Wed Apr 30 08:13:09 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca> + + * vc.el (vc-checkout): Typo. + 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu> * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
--- a/lisp/vc.el Wed Apr 30 08:12:20 2008 +0000 +++ b/lisp/vc.el Wed Apr 30 08:13:09 2008 +0000 @@ -1953,7 +1953,7 @@ (let ((backend (vc-backend file))) (with-vc-properties (list file) (condition-case err - (vc-call-backend 'checkout file writable rev) + (vc-call-backend backend 'checkout file writable rev) (file-error ;; Maybe the backend is not installed ;-( (when writable