Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site utah-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gatech!seismo!utah-cs!crum From: crum@utah-cs.UUCP (Gary L. Crum) Newsgroups: net.micro.amiga,net.micro Subject: Re: MicroEmacs Sources Message-ID: <3592@utah-cs.UUCP> Date: Tue, 17-Dec-85 18:39:39 EST Article-I.D.: utah-cs.3592 Posted: Tue Dec 17 18:39:39 1985 Date-Received: Wed, 18-Dec-85 05:49:22 EST References: <1015@osu-eddie.UUCP> Reply-To: crum@utah-cs.UUCP (Gary L. Crum) Distribution: net Organization: Univ of Utah CS Dept Lines: 10 Xref: watmath net.micro.amiga:1173 net.micro:13120 Summary: typo correction The MicroEmacs source posting included one incorrect character which caused a syntax error during phase one of compilation. Line 126 of "basic.c" arrived here as: curwp->w_doto = getgoal(elp); and should be changed to: curwp->w_doto = getgoal(dlp); The executable file size is 40240 bytes on my system. [Gary C]