diff lisp/pcvs.el @ 85139:8ba0e30716a5

Terminology cleanup.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 10 Oct 2007 18:52:45 +0000
parents 5039706521c9
children 7ac0826a9df7 d38543a1c0f9
line wrap: on
line diff
--- a/lisp/pcvs.el	Wed Oct 10 16:25:30 2007 +0000
+++ b/lisp/pcvs.el	Wed Oct 10 18:52:45 2007 +0000
@@ -2411,7 +2411,7 @@
   (let* ((file (expand-file-name buffer-file-name))
 	 (version (and (fboundp 'vc-backend)
 		       (eq (vc-backend file) 'CVS)
-		       (vc-workfile-version file))))
+		       (vc-working-revision file))))
     (when version
       (save-excursion
 	(dolist (cvs-buf (buffer-list))