From bf55d830df7118b49092b1ccbcb3d7601eb6e3c9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 27 Mar 2000 20:55:36 +0000 Subject: [PATCH] Implement VC-FOLLOW-SYMLINKS variable. --- v7/src/edwin/vc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/vc.scm b/v7/src/edwin/vc.scm index f6d850868..a11994c27 100644 --- a/v7/src/edwin/vc.scm +++ b/v7/src/edwin/vc.scm @@ -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! -- 2.25.1