Implement VC-FOLLOW-SYMLINKS variable.
authorChris Hanson <org/chris-hanson/cph>
Mon, 27 Mar 2000 20:55:36 +0000 (20:55 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 27 Mar 2000 20:55:36 +0000 (20:55 +0000)
v7/src/edwin/vc.scm

index f6d85086868de4833d9b5a67bab3ed20a67b67d8..a11994c274ccab3d5c590585f9cf0295e4cc3596 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: vc.scm,v 1.44 2000/03/27 20:54:33 cph Exp $
+;;; $Id: vc.scm,v 1.45 2000/03/27 20:55:36 cph Exp $
 ;;;
 ;;; Copyright (c) 1994-2000 Massachusetts Institute of Technology
 ;;;
@@ -254,7 +254,7 @@ Otherwise, the mod time of the file is the checkout time."
                            (message
                             "Warning: editing through the link bypasses version control.")
                            buffer)))
-                    (else (follow))))))))
+                    (else (follow)))))))
         (else buffer)))))
 
 (set-variable!