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:
parent
dbf46ba612
commit
8100b5a869
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue