]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-cvs-merge-news): Yet annother fix of message parsing.
authorSam Steingold <sds@gnu.org>
Fri, 14 Aug 2009 04:24:01 +0000 (04:24 +0000)
committerSam Steingold <sds@gnu.org>
Fri, 14 Aug 2009 04:24:01 +0000 (04:24 +0000)
lisp/ChangeLog
lisp/vc-cvs.el

index ca7cc805b70088c0781e4f1d1875743919731d60..4eca8d9049111969ecf6a176dd2707a5c45785af 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-14  Sam Steingold  <sds@gnu.org>
+
+       * vc-cvs.el (vc-cvs-merge-news): Yet annother fix of message parsing.
+
 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
 
        * faces.el (help-argument-name): Define it here instead of
index 6ef8db50537e7cad2ab3620a3ca7ebefee84b3c5..9d153e5c9fcbc89f9fe7f4fad154b7e54ea3840c 100644 (file)
@@ -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