changeset 108010:4ae75c6f19d6

vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 20 Apr 2010 22:10:50 -0400
parents 17d3324f96dd
children 12062a99ca8d
files lisp/vc-bzr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Tue Apr 20 22:05:24 2010 -0400
+++ b/lisp/vc-bzr.el	Tue Apr 20 22:10:50 2010 -0400
@@ -457,7 +457,7 @@
   "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))))