From 8ef97aecad0e1d63c8e95b44b04ddc5371fa3a9d Mon Sep 17 00:00:00 2001 From: Michael Kifer Date: Fri, 2 Nov 2007 15:24:29 +0000 Subject: [PATCH] 2007-11-02 Michael Kifer * ediff-vers (ediff-vc-working-revision): add a quote. --- lisp/ChangeLog | 4 ++++ lisp/ediff-vers.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17e6ba20f54..39c9bd236f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-02 Michael Kifer + + * ediff-vers (ediff-vc-working-revision): add a quote. + 2007-11-02 Drake Wilson (tiny change) * files.el (hack-local-variables): Fix membership tests to avoid 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 -- 2.39.2