diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2007-10-10 18:52:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2007-10-10 18:52:45 +0000 |
commit | ac3f4c6f0213219ce488c46667a8bed6f915e71f (patch) | |
tree | f9c3f270572da2ccd0cb9ce9786f56df0ee1ccef /lisp/pcvs.el | |
parent | ed4e8e8a4b9eeb73a54e686dc2264c635d2416e3 (diff) | |
download | emacs-ac3f4c6f0213219ce488c46667a8bed6f915e71f.tar.gz |
Terminology cleanup.
Diffstat (limited to 'lisp/pcvs.el')
-rw-r--r-- | lisp/pcvs.el | 2 |
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)) |