changeset 95232:e043650664ff

(vc-bzr-revision-completion-table): Choose the right `:'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 23 May 2008 03:01:10 +0000
parents a448f0e0375b
children 8412c964bd75
files lisp/vc-bzr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Fri May 23 02:24:31 2008 +0000
+++ b/lisp/vc-bzr.el	Fri May 23 03:01:10 2008 +0000
@@ -662,7 +662,7 @@
         )
        ((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