From xemacs-m  Mon Feb 17 06:01:22 1997
Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228])
	by xemacs.org (8.8.5/8.8.5) with SMTP id GAA19739
	for <xemacs-beta@xemacs.org>; Mon, 17 Feb 1997 06:01:19 -0600 (CST)
Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id MAA14698; Mon, 17 Feb 1997 12:51:01 +0100
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id MAA26224; Mon, 17 Feb 1997 12:59:36 +0100
Sender: abraham@dina.kvl.dk
To: xemacs-beta@xemacs.org
Subject: Re: XEmacs 20.1-b1 build success on Digital UNIX V3.2D
References: <9702161211.AA22274@fornet.gvc.dec.com> <rjd8u0ucp8.fsf@zuse.dina.kvl.dk> <m220agmijg.fsf@altair.xemacs.org>
Organization: The Church of Emacs
X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM<U{B+4e{k79.Ya{~':DblFPCg$
 @60,BfLv2@SKZ19cMWK0/C'v;tM:|6B'R}U1rp6CL&kN({9<zF/V{:JCg27yC)9oZjeqcQawzKfiNL
 t9}`vjmK["dRQC/qGFQq"%u|Q`:6{"Rz}b(dnl_"3$Jtqimi>|8MBp/
From: Per Abrahamsen <abraham@dina.kvl.dk>
Date: 17 Feb 1997 12:59:35 +0100
In-Reply-To: Steven L Baur's message of 16 Feb 1997 15:34:59 -0800
Message-ID: <rjbu9jskwo.fsf@zuse.dina.kvl.dk>
Lines: 23
X-Mailer: Gnus v5.4.12/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


Steven L Baur <steve@miranova.com> writes:

> Note: Strange doc (duplicate) for bytecode define-widget @ 1215506

This is both ;;;###autoload and loaded from `custom.el'.  Maybe
removing the autoload will help.

> Warning: doc lost for function custom-facep.
> Warning: doc lost for function x-color-values.
> Warning: doc lost for function set-face-font-family.
> Warning: doc lost for function set-face-font-size.

These are defined conditionally in `custom.el', which I suppose mean
the doc finder can't find them (or something).  I could move them to a
separate `custom-xmas.el' file, and then load that conditionally.

I have done this in 1.41.

> Note: Strange doc (duplicate) for variable dired-kept-versions @ 1070180

At least this one isn't my fault :-)

