# HG changeset patch # User Andreas Schwab # Date 1213525753 0 # Node ID 22820f8cee46a826195ef3575f382b208951f3a8 # Parent fbdde312e09d01df5ba338ce863fcdaf736c2d4f (vc-cvs-status-extra-headers): Don't match newline when parsing CVS/Repository. diff -r fbdde312e09d -r 22820f8cee46 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jun 15 10:13:24 2008 +0000 +++ b/lisp/ChangeLog Sun Jun 15 10:29:13 2008 +0000 @@ -1,5 +1,8 @@ 2008-06-15 Andreas Schwab + * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline + when parsing CVS/Repository. + * wdired.el (wdired-search-and-rename): Fix undocumented change. 2008-06-15 Ulf Jasper diff -r fbdde312e09d -r 22820f8cee46 lisp/vc-cvs.el --- a/lisp/vc-cvs.el Sun Jun 15 10:13:24 2008 +0000 +++ b/lisp/vc-cvs.el Sun Jun 15 10:29:13 2008 +0000 @@ -942,7 +942,7 @@ (with-temp-buffer (insert-file-contents "CVS/Repository") (goto-char (point-min)) - (re-search-forward "[^/]*" nil t) + (re-search-forward "[^/\n]*" nil t) (concat (match-string 0) "\n")) (file-error nil)))) (concat