]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-backend-merge-news): Fix regexp to also match P marker
authorAndreas Schwab <schwab@suse.de>
Fri, 27 Aug 1999 07:59:22 +0000 (07:59 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 27 Aug 1999 07:59:22 +0000 (07:59 +0000)
from cvs update.

lisp/vc.el

index 94c1a801634817b2742f7419ef1c7cc7910651fc..3223aac601be329b305816ca6bc7eabaa5d12380 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:     Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
 
-;; $Id: vc.el,v 1.249 1999/06/15 17:40:09 kwzh Exp $
+;; $Id: vc.el,v 1.250 1999/06/30 07:16:14 spiegel Exp schwab $
 
 ;; This file is part of GNU Emacs.
 
@@ -2995,7 +2995,7 @@ THRESHOLD, nil otherwise"
              (vc-file-setprop file 'vc-workfile-version (match-string 1)))
          ;; get file status
         (if (re-search-forward 
-              (concat "^\\(\\([CMU]\\) \\)?" 
+              (concat "^\\(\\([CMUP]\\) \\)?" 
                       (regexp-quote (file-name-nondirectory file))
                      "\\( already contains the differences between \\)?")
               nil t)