(vc-bzr-annotate-extract-revision-at-line):
Allow more than one space before the |.
This commit is contained in:
parent
0667a13268
commit
96be150368
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
|
||||
Allow more than one space before the |.
|
||||
|
||||
* textmodes/rst.el: Fix up docstring conventions.
|
||||
Move vars to before their first use.
|
||||
(rst-mode): Don't mess with font-lock-support-mode.
|
||||
|
|
|
@ -552,7 +552,7 @@ property containing author and date information."
|
|||
Return nil if current line isn't annotated."
|
||||
(save-excursion
|
||||
(beginning-of-line)
|
||||
(if (looking-at " *\\([0-9.]+\\) | ")
|
||||
(if (looking-at " *\\([0-9.]+\\) *| ")
|
||||
(match-string-no-properties 1))))
|
||||
|
||||
(defun vc-bzr-command-discarding-stderr (command &rest args)
|
||||
|
|
Loading…
Add table
Reference in a new issue