summaryrefslogtreecommitdiff
path: root/lisp/ediff-vers.el
diff options
context:
space:
mode:
authorMichael Kifer <kifer@cs.stonybrook.edu>2007-11-02 15:24:29 +0000
committerMichael Kifer <kifer@cs.stonybrook.edu>2007-11-02 15:24:29 +0000
commit8ef97aecad0e1d63c8e95b44b04ddc5371fa3a9d (patch)
tree065bba2d333b5f202c89ff24267b6c8cda66d38d /lisp/ediff-vers.el
parent3020ee9278142603cb65e04f75cdcf363637860d (diff)
2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-vers (ediff-vc-working-revision): add a quote.
Diffstat (limited to 'lisp/ediff-vers.el')
-rw-r--r--lisp/ediff-vers.el2
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