Fix typo: some instances of BUFFER-VC-MASTER that should have been
authorChris Hanson <org/chris-hanson/cph>
Thu, 6 Apr 2000 03:10:45 +0000 (03:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 6 Apr 2000 03:10:45 +0000 (03:10 +0000)
changed to CURRENT-VC-MASTER.

v7/src/edwin/vc.scm

index 54296090cc6f45e9342d275a9de215f1ecb8ca0d..4c5ebf9c855de1782a0e894c0ec33147ad63138e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: vc.scm,v 1.62 2000/04/06 02:31:23 cph Exp $
+;;; $Id: vc.scm,v 1.63 2000/04/06 03:10:45 cph Exp $
 ;;;
 ;;; Copyright (c) 1994-2000 Massachusetts Institute of Technology
 ;;;
@@ -817,7 +817,7 @@ If `F.~REV~' already exists, it is used instead of being re-created."
 Headers are inserted at the start of the buffer."
   ()
   (lambda ()
-    (let* ((master (buffer-vc-master buffer #t))
+    (let* ((master (current-vc-master #t))
           (buffer (vc-workfile-buffer master #t)))
       (without-group-clipped! (buffer-group buffer)
        (lambda ()
@@ -849,7 +849,7 @@ This asks for confirmation if the buffer contents are not identical
 to that version."
   ()
   (lambda ()
-    (let* ((master (buffer-vc-master buffer #t))
+    (let* ((master (current-vc-master #t))
           (buffer (vc-workfile-buffer master #t)))
       (if (or (and (vc-workfile-modified? master)
                   (or (ref-variable vc-suppress-confirm)