+2010-02-18 Sam Steingold <sds@gnu.org>
+
+ * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
+
2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
Use abbreviated file names in bookmarks (bug#5591).
(if (re-search-forward
(concat "^\\([CMUP] \\)?"
(regexp-quote
- (substring file (length (expand-file-name
- "." default-directory))))
+ (substring file (1+ (length (expand-file-name
+ "." default-directory)))))
"\\( already contains the differences between \\)?")
nil t)
(cond