vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change.
This commit is contained in:
parent
e97a42c15b
commit
a1d830c700
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue