From xemacs-m  Wed Apr 16 03:09:07 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 DAA07909
	for <xemacs-beta@xemacs.org>; Wed, 16 Apr 1997 03:09:06 -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 KAA09823; Wed, 16 Apr 1997 10:08:51 +0200
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id KAA13254; Wed, 16 Apr 1997 10:09:04 +0200
Sender: abraham@dina.kvl.dk
To: xemacs-beta@xemacs.org
Subject: Re: RFC on how to add link to custom in a mode's menubar
References: <199704152359.QAA04140@mage.silicon-sorcery.com>
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: 16 Apr 1997 10:09:03 +0200
In-Reply-To: 's message of Tue, 15 Apr 1997 16:59:47 -0700 (PDT)
Message-ID: <rjafmze6e8.fsf@zuse.dina.kvl.dk>
Lines: 7
X-Mailer: Gnus v5.4.37/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

<mac@silicon-sorcery.com> writes:

>     (defmacro customize (&rest args)
>       (message "Sorry, Customize is not available with this version of emacs"))

This is not a good idea if you have the old custom package, as that
also had a customize command.

