Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!ANDREW.CMU.EDU!jk3k+ From: jk3k+@ANDREW.CMU.EDU ("Joseph G. Keane") Newsgroups: comp.emacs Subject: Re: Appending the new stuff to the auto-mode-alist Message-ID: Date: Sat, 21-Nov-87 12:13:35 EST Article-I.D.: andrew.cVdPfHy00Xo7yGY0JL Posted: Sat Nov 21 12:13:35 1987 Date-Received: Mon, 23-Nov-87 04:19:10 EST References: <414@slb-sdr.UUCP> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 5 `append' doesn't work because it's non-destructive; it doesn't alter its arguments. The destructive version, `nconc', should be used instead. Also, `auto-mode-alist' shouldn't be quoted (this may be a typo). --Joe