From: Michael Kifer Date: Fri, 2 Nov 2007 15:24:29 +0000 (+0000) Subject: 2007-11-02 Michael Kifer X-Git-Tag: emacs-pretest-23.0.90~9884 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ef97aecad0e1d63c8e95b44b04ddc5371fa3a9d;p=emacs.git 2007-11-02 Michael Kifer * ediff-vers (ediff-vc-working-revision): add a quote. --- 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