From xemacs-m  Sun Dec 15 23:52:03 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id XAA21169 for <xemacs-beta@xemacs.org>; Sun, 15 Dec 1996 23:52:02 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id WAA28066; Sun, 15 Dec 1996 22:02:02 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: uniquify
References: <199612160424.XAA06432@spacely.icd.teradyne.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
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: Vinnie Shelton's message of Sun, 15 Dec 1996 23:24:50 -0500
Mime-Version: 1.0 (generated by tm-edit 7.96)
Content-Type: text/plain; charset=US-ASCII
Date: 15 Dec 1996 22:02:01 -0800
Message-ID: <m2afrfkox2.fsf@altair.xemacs.org>
Lines: 27
X-Mailer: Red Gnus v0.75/XEmacs 19.15

You're right.  I goofed.

--- buff-menu.el~	Sat Dec 14 17:39:13 1996
+++ buff-menu.el	Sun Dec 15 21:50:02 1996
@@ -490,7 +490,7 @@
 
 ;; XEmacs
 ;;;###autoload
-(defvar list-buffers-directory)
+(defvar list-buffers-directory nil)
 
 ;;;###autoload
 (make-variable-buffer-local 'list-buffers-directory)


The quickest way to fix your binary is to fix loaddefs.el by hand (add
the nil argument as in the patch above), bytecompile by hand:

../../src/xemacs -batch -f batch-byte-compile loaddefs.el

Remove src/xemacs and src/emacs-19.15-xemacs-beta4, and `make' to
redump XEmacs.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

