emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-bzr.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-bzr.el,v
Date: Fri, 23 May 2008 03:01:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/23 03:01:11

Index: vc-bzr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-bzr.el,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- vc-bzr.el   23 May 2008 01:58:15 -0000      1.58
+++ vc-bzr.el   23 May 2008 03:01:10 -0000      1.59
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]