diff options
| -rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 791 | (cond | 791 | (cond |
| 792 | ((re-search-forward | 792 | ((re-search-forward |
| 793 | (concat "^/" (regexp-quote basename) | 793 | (concat "^/" (regexp-quote basename) |
| 794 | "/\\([^/]*\\)/[^ /]* \\([A-Z][a-z][a-z]\\) *\\([0-9]*\\) \\([0-9]*\\):\\([0-9]*\\):\\([0-9]*\\) \\([0-9]*\\)/") | 794 | "/\\([^/]*\\)/[^ /]* \\([A-Z][a-z][a-z]\\) *\\([0-9]*\\) \\([0-9]*\\):\\([0-9]*\\):\\([0-9]*\\) \\([0-9]*\\)") |
| 795 | nil t) | 795 | nil t) |
| 796 | (setq case-fold-search fold) ;; restore the old value | 796 | (setq case-fold-search fold) ;; restore the old value |
| 797 | ;; We found it. Store away version number now that we | 797 | ;; We found it. Store away version number now that we |