+2009-07-07 Sam Steingold <sds@gnu.org>
+
+ * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
+ non-top-level files.
+
2009-07-07 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el (reset-language-environment): Put
0 ;; there were no news; indicate success
(if (re-search-forward
(concat "^\\([CMUP] \\)?"
- (regexp-quote (file-name-nondirectory file))
+ (regexp-quote
+ (substring file (length default-directory)))
"\\( already contains the differences between \\)?")
nil t)
(cond