mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-27 10:21:14 -08:00
(vc-find-cvs-master): Don't require a "/" after the modification time
in CVS/Entries, since the time may be followed by a conflict notice (in CVS 1.7) or by some other value (in CVS 1.3).
This commit is contained in:
parent
d9a84b157d
commit
d5c8e97af5
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ For CVS, the full name of CVS/Entries is returned."
|
|||
(cond
|
||||
((re-search-forward
|
||||
(concat "^/" (regexp-quote basename)
|
||||
"/\\([^/]*\\)/[^ /]* \\([A-Z][a-z][a-z]\\) *\\([0-9]*\\) \\([0-9]*\\):\\([0-9]*\\):\\([0-9]*\\) \\([0-9]*\\)/")
|
||||
"/\\([^/]*\\)/[^ /]* \\([A-Z][a-z][a-z]\\) *\\([0-9]*\\) \\([0-9]*\\):\\([0-9]*\\):\\([0-9]*\\) \\([0-9]*\\)")
|
||||
nil t)
|
||||
(setq case-fold-search fold) ;; restore the old value
|
||||
;; We found it. Store away version number now that we
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue