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

index febc70de3523e7e1ea351726290a51db066d08fb..927fddc4c3060220c75c401106b2b57d54991f69 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: vc.scm,v 1.46 2000/03/27 20:58:42 cph Exp $
+;;; $Id: vc.scm,v 1.47 2000/03/27 21:02:24 cph Exp $
 ;;;
 ;;; Copyright (c) 1994-2000 Massachusetts Institute of Technology
 ;;;
@@ -223,7 +223,8 @@ Otherwise, the mod time of the file is the checkout time."
            => (lambda (master)
                 (vc-mode-line master buffer)
                 (if (not (ref-variable vc-make-backup-files buffer))
-                    (local-set-variable! make-backup-files #f buffer))))
+                    (local-set-variable! make-backup-files #f buffer))
+                buffer))
           ((let ((pathname (buffer-pathname buffer)))
              (and (file-symbolic-link? pathname)
                   (file-vc-master (file-chase-links pathname) #f)))