diff options
| -rw-r--r-- | lisp/vc-bzr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 457 | "Check FILE in to bzr with log message COMMENT. | 457 | "Check FILE in to bzr with log message COMMENT. |
| 458 | REV non-nil gets an error." | 458 | REV non-nil gets an error." |
| 459 | (if rev (error "Can't check in a specific revision with bzr")) | 459 | (if rev (error "Can't check in a specific revision with bzr")) |
| 460 | (apply 'vc-bzr-command "commit" nil 'async | 460 | (apply 'vc-bzr-command "commit" nil 0 |
| 461 | files (cons "-m" (log-edit-extract-headers '(("Author" . "--author") | 461 | files (cons "-m" (log-edit-extract-headers '(("Author" . "--author") |
| 462 | ("Fixes" . "--fixes")) | 462 | ("Fixes" . "--fixes")) |
| 463 | comment)))) | 463 | comment)))) |