From: André Spiegel Date: Thu, 17 Aug 1995 13:50:33 +0000 (+0000) Subject: Changed references to vc-top-version into vc-master-workfile-version. X-Git-Tag: emacs-19.34~2985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d88be52791c8ddb18a49c34c132c64bf29faa35;p=emacs.git Changed references to vc-top-version into vc-master-workfile-version. --- diff --git a/lisp/vc.el b/lisp/vc.el index 01d2f993cfb..12762a38f67 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -224,7 +224,7 @@ and that its contents match what the master file says.") (progn ;; RCS (vc-file-setprop file 'vc-default-branch nil) (vc-file-setprop file 'vc-head-version nil) - (vc-file-setprop file 'vc-top-version nil) + (vc-file-setprop file 'vc-master-workfile--version nil) (vc-file-setprop file 'vc-master-locks nil)) (progn (vc-file-setprop file 'vc-cvs-status nil)))) @@ -254,7 +254,8 @@ and that its contents match what the master file says.") (string= (vc-file-getprop file 'vc-head-version) workfile-version)) ;; If we are not on the trunk, we need to examine the - ;; whole current branch. (vc-top-version is not what we need.) + ;; whole current branch. (vc-master-workfile-version + ;; is not what we need.) (save-excursion (set-buffer (get-buffer-create "*vc-info*")) (vc-insert-file (vc-name file) "^desc")