From d5c8e97af581c93baa090a26c12ca76ee9bb9863 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 26 Feb 1996 00:53:13 +0000 Subject: (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). --- lisp/vc-hooks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/vc-hooks.el') diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index ea4fd6543f5..4ac1668c842 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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 -- cgit v1.2.1