From xemacs-m  Mon Mar 10 11:36:17 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA00783
	for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 11:36:16 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id JAA28940;
	Mon, 10 Mar 1997 09:48:16 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: vc-diff weirdness... b98
References: <199703101724.JAA31353@newman>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: "William M. Perry"'s message of Mon, 10 Mar 1997 09:24:19 -0800
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 10 Mar 1997 09:48:15 -0800
Message-ID: <m2g1y3d4f4.fsf@altair.xemacs.org>
Lines: 51
X-Mailer: Gnus v5.4.25/XEmacs 20.1

William M Perry writes:

> For the last few betas, I have stopped getting context-sensitive
> diffs when using VC (C-x v =) with RCS.  anybody know what has
> changed?  Shouldn't be
> 19.34 synching, since everything still works the same under 19.34

Grumble, more EFS lossage, grumble, grumble.  You will need to rebuild
the autoloads and bytecompile the updated auto-autoloads.el redump
XEmacs for this patch to work.

Index: lisp/packages/vc.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/packages/vc.el,v
retrieving revision 1.3
diff -u -r1.3 vc.el
--- vc.el	1997/03/08 23:26:42	1.3
+++ vc.el	1997/03/10 17:44:44
@@ -114,9 +114,8 @@
   "Maximum number of saved comments in the comment ring.")
 
 ;;; XEmacs - This is dumped into loaddefs.el already.
-;; Not any more! -sb
-(defvar diff-switches "-c"
-  "*A string or list of strings specifying switches to be passed to diff.")
+;(defvar diff-switches "-c"
+;  "*A string or list of strings specifying switches to be passed to diff.")
 
 ;;;###autoload
 (defvar vc-checkin-hook nil

Index: lisp/packages/diff.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/packages/diff.el,v
retrieving revision 1.3
diff -u -r1.3 diff.el
--- diff.el	1997/03/04 02:29:52	1.3
+++ diff.el	1997/03/10 17:43:59
@@ -41,7 +41,7 @@
 
 ;; should be in to loaddefs.el now.
 ;;;###autoload
-(defvar diff-switches nil
+(defvar diff-switches "-c"
   "*A list of switches (strings) to pass to the diff program.")
 
 (defvar diff-do-narrow nil

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

