diff options
Diffstat (limited to 'lisp/ediff-vers.el')
-rw-r--r-- | lisp/ediff-vers.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el index 8ce2bcb2021..293acc5a854 100644 --- a/lisp/ediff-vers.el +++ b/lisp/ediff-vers.el @@ -60,7 +60,7 @@ comparison or merge operations are being performed." (defalias 'ediff-vc-working-revision (if (fboundp 'vc-working-revision) 'vc-working-revision - vc-workfile-version)) + 'vc-workfile-version)) ;; VC.el support |