From b4715d2a084182032d1c7de5527818bf0a2d4a41 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 22 Mar 2012 15:17:43 -0400 Subject: [PATCH] Tweak previous vc-bzr change --- lisp/vc/vc-bzr.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index 0c1e07d44cc..58e1c27c226 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el @@ -93,8 +93,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." (ignore-errors (with-temp-buffer (call-process vc-bzr-program nil t nil "help" "status") - (goto-char (point-min)) - (if (search-forward "--no-classify") + (if (search-backward "--no-classify" nil t) "--no-classify"))) "String or list of strings specifying switches for bzr status under VC. The option \"--no-classify\" should be present if your bzr supports it." -- 2.39.5