Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8100b5a8
Commit
8100b5a8
authored
May 23, 2008
by
Stefan Monnier
Browse files
(vc-bzr-revision-completion-table): Choose the right `:'.
parent
dbf46ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/vc-bzr.el
lisp/vc-bzr.el
+1
-1
No files found.
lisp/vc-bzr.el
View file @
8100b5a8
...
@@ -662,7 +662,7 @@ stream. Standard error output is discarded."
...
@@ -662,7 +662,7 @@ stream. Standard error output is discarded."
)
)
((eq (car-safe action) 'boundaries)
((eq (car-safe action) 'boundaries)
(list* 'boundaries
(list* 'boundaries
(if
(string-match "
:
" string)
(1+ (match-beginning 0)))
(string-match "
[^:]*\\
'
" string)
(string-match "
:
" (cdr action))))
(string-match "
:
" (cdr action))))
(t
(t
;; Could use completion-table-with-terminator, except that it
;; Could use completion-table-with-terminator, except that it
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment