diff lisp/vc-bzr.el @ 94847:5e64dca662f0

Remove assumption about what nil means as a first arument to vc-do-command.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 10 May 2008 13:27:16 +0000
parents bf91c987049c
children 66788c63a40a
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Sat May 10 13:09:04 2008 +0000
+++ b/lisp/vc-bzr.el	Sat May 10 13:27:16 2008 +0000
@@ -92,7 +92,7 @@
          (list* "BZR_PROGRESS_BAR=none" ; Suppress progress output (bzr >=0.9)
                 "LC_MESSAGES=C"         ; Force English output
                 process-environment)))
-    (apply 'vc-do-command buffer okstatus vc-bzr-program
+    (apply 'vc-do-command (or buffer "*vc*") okstatus vc-bzr-program
            file-or-list bzr-command args)))