From xemacs-m  Sun Jun 22 16:45:42 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 QAA19229
	for <xemacs-beta@xemacs.org>; Sun, 22 Jun 1997 16:45:37 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id OAA00983;
	Sun, 22 Jun 1997 14:48:20 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Build Success: 20.3 "Copenhagen" XEmacs Lucid (beta8) on sparc-sun-solaris2.5
References: <rxslo42lx5p.fsf@ecf.teradyne.com>
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@xemacs.org>
In-Reply-To: Adrian Aichner's message of "22 Jun 1997 13:00:50 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 22 Jun 1997 14:48:20 -0700
Message-ID: <m2hgeqtil7.fsf@altair.xemacs.org>
Lines: 40
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta9) - "Sofia"

Adrian Aichner <aichner@ecf.teradyne.com> writes:

> 	Warning: doc lost ...
> 	(Who's that doc and where is he? ;->)

> Warning: doc lost for function comint-unquote-filename.

> Warning: doc lost for function ring-minus1.

Hmm, comint and ring look like they are being dumped.  Please try this 
patch and see if that catches everything.

(Apply patch then manually `rm lib-src/DOC src/xemacs' before making
to be sure everything is rebuilt).

1997-06-22  Steven L Baur  <steve@altair.xemacs.org>

	* prim/dumped-lisp.el (dumped-lisp-packages): Sparcworks dumps
	comint and ring.

Index: lisp/prim/dumped-lisp.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/prim/dumped-lisp.el,v
retrieving revision 1.1
diff -u -r1.1 dumped-lisp.el
--- dumped-lisp.el	1997/06/18 18:38:36	1.1
+++ dumped-lisp.el	1997/06/22 21:45:15
@@ -183,6 +183,8 @@
 #+sparcworks "sun-eos-editor"
 #+sparcworks "sun-eos-browser"
 #+sparcworks "sun-eos-debugger"
+#+sparcworks "ring"
+#+sparcworks "comint"
 #+sparcworks "sun-eos-debugger-extra"
 #+sparcworks "sun-eos-menubar"
 ))

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

