Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!ames!xanth!kyle From: kyle@xanth.UUCP (Kyle Jones) Newsgroups: comp.emacs Subject: Re: Appending the new stuff to the auto-mode-alist Message-ID: <3515@xanth.UUCP> Date: Sun, 22-Nov-87 00:27:54 EST Article-I.D.: xanth.3515 Posted: Sun Nov 22 00:27:54 1987 Date-Received: Tue, 24-Nov-87 01:08:11 EST References: <414@slb-sdr.UUCP> Lines: 6 Summary: nconc? just say no. > `append' doesn't work because it's non-destructive; it doesn't alter its > arguments. The destructive version, `nconc', should be used instead. Gaa! Please don't use destructive functions for trivial things like this. Use of the destructive functions invariably leads to disaster when their use is not well planned and documented.