From: Sam Steingold Date: Fri, 14 Aug 2009 04:24:01 +0000 (+0000) Subject: (vc-cvs-merge-news): Yet annother fix of message parsing. X-Git-Tag: emacs-pretest-23.1.90~1866 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53dab179d324b7f92daa1b1b4b2776ac073eaf21;p=emacs.git (vc-cvs-merge-news): Yet annother fix of message parsing. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca7cc805b70..4eca8d90491 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-08-14 Sam Steingold + + * vc-cvs.el (vc-cvs-merge-news): Yet annother fix of message parsing. + 2009-08-13 Chong Yidong * faces.el (help-argument-name): Define it here instead of diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 6ef8db50537..9d153e5c9fc 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -458,7 +458,8 @@ The changes are between FIRST-REVISION and SECOND-REVISION." (if (re-search-forward (concat "^\\([CMUP] \\)?" (regexp-quote - (substring file (length default-directory))) + (substring file (length (expand-file-name + "." default-directory)))) "\\( already contains the differences between \\)?") nil t) (cond