From xemacs-m  Fri Jul  4 05:08:45 1997
Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228])
	by xemacs.org (8.8.5/8.8.5) with SMTP id FAA15906
	for <xemacs-beta@xemacs.org>; Fri, 4 Jul 1997 05:08:44 -0500 (CDT)
Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id MAA04779; Fri, 4 Jul 1997 12:05:47 +0200
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id MAA02007; Fri, 4 Jul 1997 12:08:26 +0200
To: xemacs-beta@xemacs.org
Subject: Re: custom bug: multiline strings (?)
References: <m3afk8whb4.fsf@indie.fga-intern.de> <rjn2o54w2s.fsf@zuse.dina.kvl.dk> <m3iuysgykq.fsf@indie.fga-intern.de>
Organization: The Church of Emacs
X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM<U{B+4e{k79.Ya{~':DblFPCg$
 @60,BfLv2@SKZ19cMWK0/C'v;tM:|6B'R}U1rp6CL&kN({9<zF/V{:JCg27yC)9oZjeqcQawzKfiNL
 t9}`vjmK["dRQC/qGFQq"%u|Q`:6{"Rz}b(dnl_"3$Jtqimi>|8MBp/
From: Per Abrahamsen <abraham@dina.kvl.dk>
Date: 04 Jul 1997 12:08:26 +0200
In-Reply-To: Oliver Graf's message of "03 Jul 1997 13:33:09 +0200"
Message-ID: <rjhgeb165h.fsf@zuse.dina.kvl.dk>
Lines: 12
X-Mailer: Gnus v5.4.56/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


Oliver Graf <ograf@fga.de> writes:

> The problem is that this does not happen to a blank custom with only the added 
> default-major-mode... There must be something else...

Not necessarily.  Try to add this

	(push '("\\.xemacs-custom\\'" . emacs-lisp-mode) auto-mode-alist)

and see if it works.

