aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2010-02-18 14:55:41 -0500
committerSam Steingold2010-02-18 14:55:41 -0500
commitff6b00de888a44fcb01fb68c870db08509640d52 (patch)
tree3402ea3398c9fb77d7363515ee1b6f9d743217a7
parentfe8c0b47d26808347509a3ad86089276b121a692 (diff)
downloademacs-ff6b00de888a44fcb01fb68c870db08509640d52.tar.gz
emacs-ff6b00de888a44fcb01fb68c870db08509640d52.zip
(vc-cvs-merge-news): Yet another fix of message parsing.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc-cvs.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1549c42ebcc..7bbc41aff63 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-02-18 Sam Steingold <sds@gnu.org>
2
3 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4
12010-02-18 Stefan Monnier <monnier@iro.umontreal.ca> 52010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 Use abbreviated file names in bookmarks (bug#5591). 7 Use abbreviated file names in bookmarks (bug#5591).
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index e521f608209..1abef9f48b8 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -459,8 +459,8 @@ The changes are between FIRST-REVISION and SECOND-REVISION."
459 (if (re-search-forward 459 (if (re-search-forward
460 (concat "^\\([CMUP] \\)?" 460 (concat "^\\([CMUP] \\)?"
461 (regexp-quote 461 (regexp-quote
462 (substring file (length (expand-file-name 462 (substring file (1+ (length (expand-file-name
463 "." default-directory)))) 463 "." default-directory)))))
464 "\\( already contains the differences between \\)?") 464 "\\( already contains the differences between \\)?")
465 nil t) 465 nil t)
466 (cond 466 (cond