1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(vc-bzr-revision-completion-table): Choose the right `:'.

This commit is contained in:
Stefan Monnier 2008-05-23 03:01:10 +00:00
parent dbf46ba612
commit 8100b5a869

View file

@ -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