CVS update by michaelk packages/xemacs-packages/ediff ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Fri Nov 2 11:26:27 EDT 2007


  User: michaelk
  Date: 07/11/02 16:26:27

  Modified:    packages/xemacs-packages/ediff ediff-vers.el ChangeLog
Log:
	* ediff-vers (ediff-vc-working-revision): add a quote.

Revision  Changes    Path
1.19      +1 -1      XEmacs/packages/xemacs-packages/ediff/ediff-vers.el

Index: ediff-vers.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/ediff/ediff-vers.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- ediff-vers.el	2007/11/02 06:12:05	1.18
+++ ediff-vers.el	2007/11/02 15:26:26	1.19
@@ -60,7 +60,7 @@ comparison or merge operations are being
 (defalias 'ediff-vc-working-revision
   (if (fboundp 'vc-working-revision)
       'vc-working-revision
-    vc-workfile-version))
+    'vc-workfile-version))
 
 ;; VC.el support
 



1.123     +4 -0      XEmacs/packages/xemacs-packages/ediff/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/ediff/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -p -r1.122 -r1.123
--- ChangeLog	2007/11/02 06:12:07	1.122
+++ ChangeLog	2007/11/02 15:26:26	1.123
@@ -1,5 +1,9 @@
 2007-11-02  Michael Kifer  <kifer at cs.stonybrook.edu>
 	
+	* ediff-vers (ediff-vc-working-revision): add a quote.
+	
+2007-11-02  Michael Kifer  <kifer at cs.stonybrook.edu>
+	
 	* ediff-util.el (ediff-make-current-diff-overlay): do not use face-name.
 	Got rid of ediff-copy-list.
 	





More information about the XEmacs-CVS mailing list