changeset 85901:990d0964a0cc

2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu> * ediff-vers (ediff-vc-working-revision): add a quote.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 02 Nov 2007 15:24:29 +0000
parents 273fc54f4338
children 4ad9876159f2
files lisp/ChangeLog lisp/ediff-vers.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Nov 02 11:03:43 2007 +0000
+++ b/lisp/ChangeLog	Fri Nov 02 15:24:29 2007 +0000
@@ -1,3 +1,7 @@
+2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
+	
+	* ediff-vers (ediff-vc-working-revision): add a quote.
+	
 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
 
 	* files.el (hack-local-variables): Fix membership tests to avoid
--- a/lisp/ediff-vers.el	Fri Nov 02 11:03:43 2007 +0000
+++ b/lisp/ediff-vers.el	Fri Nov 02 15:24:29 2007 +0000
@@ -60,7 +60,7 @@
 (defalias 'ediff-vc-working-revision
   (if (fboundp 'vc-working-revision)
       'vc-working-revision
-    vc-workfile-version))
+    'vc-workfile-version))
 
 ;; VC.el support