From xemacs-m  Wed Sep  3 10:34:52 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 KAA04255
	for <xemacs-beta@xemacs.org>; Wed, 3 Sep 1997 10:34:51 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.7/8.8.7) id IAA12111;
	Wed, 3 Sep 1997 08:38:49 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: failure 20.3b19 linux
References: <199709031155.HAA21014@news.smart.net> <199709031210.VAA10716@asama.fns.se.fujitsu.co.jp>
X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,'
 @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg
 khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ
 YuV
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: YOSHIIKE Chihiro's message of "Wed, 03 Sep 1997 21:14:15 +0900"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 03 Sep 1997 08:38:49 -0700
Message-ID: <m2k9gyif06.fsf@altair.xemacs.org>
Lines: 24
X-Mailer: Gnus v5.4.65/XEmacs 20.3(beta20) - "Tirana"

YOSHIIKE Chihiro <yoshiike@fns.se.fujitsu.co.jp> writes:

>  [ From: Jeff Miller , Wed, 3 Sep 1997 07:55:04 -0400 ]
>  [ Subject: failure 20.3b19 linux ]
>> Error: (void-variable find-file-hooks)

> I saw a same error message, so I tried following operations.
> (I don't know why, and it is correct or not.)

This could be the result of a patch that didn't apply.  I got this
message too several betas back and patched it quick & dirty with the
`;; BOGUS' code shown below, then fixed it better in the next beta.

Did you get any .rej files?

> 1. edit lisp/prim/update-elc.el

> @@ -47,6 +47,9 @@
>  (defvar processed nil)
>  (defvar update-elc-files-to-compile nil)

> +;; BOGUS
> +(defvar find-file-hooks nil)
> +

