]> git.eshelyaron.com Git - emacs.git/commitdiff
vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Apr 2010 02:10:50 +0000 (22:10 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Apr 2010 02:10:50 +0000 (22:10 -0400)
lisp/vc-bzr.el

index 4bdf9acc9561b97d4c6ac051d7cc0c309daec8d8..0b6f8e6f39e4a918a720a3e6f09054f9ae106c6d 100644 (file)
@@ -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))))