From: Stefan Monnier Date: Wed, 21 Apr 2010 02:10:50 +0000 (-0400) Subject: vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~461 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1d830c700ecca2964223ea30ccb7eb9a6747a4d;p=emacs.git vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change. --- 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))))