From: Stefan Monnier Date: Fri, 23 May 2008 03:01:10 +0000 (+0000) Subject: (vc-bzr-revision-completion-table): Choose the right `:'. X-Git-Tag: emacs-pretest-23.0.90~5346 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8100b5a869261fd8ee60dea5e5fa45f83ca41316;p=emacs.git (vc-bzr-revision-completion-table): Choose the right `:'. --- diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index a54cd7319f4..8e2ae86b471 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -662,7 +662,7 @@ stream. Standard error output is discarded." ) ((eq (car-safe action) 'boundaries) (list* 'boundaries - (if (string-match ":" string) (1+ (match-beginning 0))) + (string-match "[^:]*\\'" string) (string-match ":" (cdr action)))) (t ;; Could use completion-table-with-terminator, except that it