diff options
| -rw-r--r-- | lisp/vc/vc-bzr.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index 58e1c27c226..798131236d5 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el | |||
| @@ -116,7 +116,8 @@ prepends `vc-bzr-status-switches' to ARGS." | |||
| 116 | process-environment))) | 116 | process-environment))) |
| 117 | (apply 'vc-do-command (or buffer "*vc*") okstatus vc-bzr-program | 117 | (apply 'vc-do-command (or buffer "*vc*") okstatus vc-bzr-program |
| 118 | file-or-list bzr-command | 118 | file-or-list bzr-command |
| 119 | (if (string-equal "status" bzr-command) | 119 | (if (and (string-equal "status" bzr-command) |
| 120 | vc-bzr-status-switches) | ||
| 120 | (append (if (stringp vc-bzr-status-switches) | 121 | (append (if (stringp vc-bzr-status-switches) |
| 121 | (list vc-bzr-status-switches) | 122 | (list vc-bzr-status-switches) |
| 122 | vc-bzr-status-switches) | 123 | vc-bzr-status-switches) |