summaryrefslogtreecommitdiff
path: root/lisp/pcvs.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2007-10-10 18:52:45 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2007-10-10 18:52:45 +0000
commitac3f4c6f0213219ce488c46667a8bed6f915e71f (patch)
treef9c3f270572da2ccd0cb9ce9786f56df0ee1ccef /lisp/pcvs.el
parented4e8e8a4b9eeb73a54e686dc2264c635d2416e3 (diff)
downloademacs-ac3f4c6f0213219ce488c46667a8bed6f915e71f.tar.gz
Terminology cleanup.
Diffstat (limited to 'lisp/pcvs.el')
-rw-r--r--lisp/pcvs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el
index 1e45fe6974b..a0bac0b2871 100644
--- a/lisp/pcvs.el
+++ b/lisp/pcvs.el
@@ -2411,7 +2411,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'."
(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))