aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 5b4309ad26e..e41dfd95b4d 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -5,7 +5,7 @@
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de> 6;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
7 7
8;; $Id: vc.el,v 1.236 1998/08/04 13:14:41 spiegel Exp fx $ 8;; $Id: vc.el,v 1.237 1998/09/10 21:50:05 fx Exp fx $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -2940,6 +2940,7 @@ THRESHOLD, nil otherwise"
2940 (cond 2940 (cond
2941 ;; Merge successful, we are in sync with repository now 2941 ;; Merge successful, we are in sync with repository now
2942 ((or (string= (match-string 2) "U") 2942 ((or (string= (match-string 2) "U")
2943 (string= (match-string 2) "P")
2943 ;; Special case: file contents in sync with 2944 ;; Special case: file contents in sync with
2944 ;; repository anyhow: 2945 ;; repository anyhow:
2945 (match-string 3)) 2946 (match-string 3))