From xemacs-m  Tue Dec 31 04:47:00 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id EAA21196 for <xemacs-beta@xemacs.org>; Tue, 31 Dec 1996 04:46:59 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id CAA22344; Tue, 31 Dec 1996 02:57:25 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: man broken in xemacs-19.15b6
References: <199612301543.KAA00433@jet-sun.med.iacnet.com> 	<m2rak8c6ec.fsf@altair.xemacs.org> <9612311024.AA11967@fornet.gvc.dec.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: Steve Carney's message of Tue, 31 Dec 1996 11:24:11 +0100
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 31 Dec 1996 02:57:22 -0800
Message-ID: <m2rak77zhp.fsf@altair.xemacs.org>
Lines: 45
X-Mailer: Red Gnus v0.72/XEmacs 19.15

>>>>> "Steve" == Steve Carney <carney@gvc.dec.com> writes:

> steve@miranova.com (Steven L Baur) writes,

sb> Hmmm.  Apparently autoload generation does not take into account
sb> deleted files and remove the autoloads.  I've removed the entries for
sb> that file manually, so it should be O.K. next beta.

Steve> After applying the patch, there are still 2 autoload entries for
Steve> "manual-entry" remaining in loaddefs.el.  One at line 8845 (for
Steve> jwz-man), and one at line 8971.  I guess the only benign annoyance is
Steve> when dumping out xemacs, I see:

Steve>   Note: Strange doc (duplicate) for autoload manual-entry @ 1043355

That makes sense.  The bogus jwz-man.el autoloads should be dumped too.
Now if I haven't goofed again, this should make things right.

Index: loaddefs.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-19.15/lisp/prim/loaddefs.el,v
retrieving revision 1.2
diff -u -r1.2 loaddefs.el
--- loaddefs.el	1996/12/29 00:15:06	1.2
+++ loaddefs.el	1996/12/31 10:40:01
@@ -8839,14 +8839,6 @@
 
 ;;;***
 
-;;;### (autoloads (manual-entry) "jwz-man" "packages/jwz-man.el" (12875 12533))
-;;; Generated autoloads from packages/jwz-man.el
-
-(autoload 'manual-entry "jwz-man" "\
-Display the Unix manual entry (or entries) for TOPIC." t nil)
-
-;;;***
-
 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el" (12983 26819))
 ;;; Generated autoloads from packages/lazy-lock.el
 
-- 
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

