From a1d830c700ecca2964223ea30ccb7eb9a6747a4d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 20 Apr 2010 22:10:50 -0400 Subject: [PATCH] vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change. --- lisp/vc-bzr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 4bdf9acc956..0b6f8e6f39e 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -457,7 +457,7 @@ or a superior directory.") "Check FILE in to bzr with log message COMMENT. REV non-nil gets an error." (if rev (error "Can't check in a specific revision with bzr")) - (apply 'vc-bzr-command "commit" nil 'async + (apply 'vc-bzr-command "commit" nil 0 files (cons "-m" (log-edit-extract-headers '(("Author" . "--author") ("Fixes" . "--fixes")) comment)))) -- 2.39.5