Fix problem with modeline being wrong for "added" files.
authorChris Hanson <org/chris-hanson/cph>
Fri, 21 Oct 2005 17:20:39 +0000 (17:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 21 Oct 2005 17:20:39 +0000 (17:20 +0000)
v7/src/edwin/vc.scm

index 88dc660f7c8befce88e4dd2d23797067e066126e..8da27d2b92011d265772168834be32967c32ef7e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: vc.scm,v 1.86 2005/10/21 02:46:59 cph Exp $
+$Id: vc.scm,v 1.87 2005/10/21 17:20:39 cph Exp $
 
 Copyright 1994,1995,1996,1997,1998,2000 Massachusetts Institute of Technology
 Copyright 2001,2002,2003,2005 Massachusetts Institute of Technology
@@ -2321,7 +2321,7 @@ the value of vc-log-mode-hook."
 
 (define (decode-svn-last-change-revision string)
   (if (string=? string "?")
-      #f
+      "0"
       string))
 \f
 ;;;; Command Execution