Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!markl From: markl@bloom-beacon.MIT.EDU Newsgroups: comp.emacs Subject: Re: Stupid(?) Question Message-ID: <8710231402.AA01989@allspice.LCS.MIT.EDU> Date: Fri, 23-Oct-87 10:02:40 EST Article-I.D.: allspice.8710231402.AA01989 Posted: Fri Oct 23 10:02:40 1987 Date-Received: Sun, 25-Oct-87 15:09:10 EST Sender: daemon@bloom-beacon.MIT.EDU Reply-To: markl@ptt.LCS.MIT.EDU Lines: 24 To: nntp-poster In-Reply-To: weltyc@nisc.nyser.net's message of 22 Oct 87 19:42:44 GMT Repository: PTT-test Originating-Client: allspice > This may seem like a silly question, but is there an easy way >to update my GNU emacs src by using the diff files that are provided >on prep? Yes. Use the "patch" program. It takes a diff file as input and modifies the changed files appropriately. Syntax is something like: patch -pc < Patch is fairly sophisticated; I believe it can apply patches generated from diffs of varying types--context, ed script, etc. I don't believe patch is standard UNIX equipment, but there is probably a copy of the source on prep. markl Internet: markl@ptt.lcs.mit.edu Mark L. Lambert MIT Laboratory for Computer Science Distributed Systems Group ----------