From xemacs-m  Wed Apr  9 12:53:13 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 MAA28477
	for <xemacs-beta@xemacs.org>; Wed, 9 Apr 1997 12:53:12 -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 TAA09018; Wed, 9 Apr 1997 19:53:10 +0200
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id TAA23904; Wed, 9 Apr 1997 19:53:10 +0200
Sender: abraham@dina.kvl.dk
To: xemacs-beta@xemacs.org
Subject: Patch: inline customize menu definition in x-menubar.el
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: 09 Apr 1997 19:53:10 +0200
Message-ID: <rj7micozg9.fsf@zuse.dina.kvl.dk>
Lines: 32
X-Mailer: Gnus v5.4.37/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


`custom-help-menu' will be gone as a separate variable in the next
custom, so please apply this patch.  

PS: Why `x-menubar.el'?  I don't see anything X specific in it.

Wed Apr  9 19:45:46 1997  Per Abrahamsen  <abraham@dina.kvl.dk>

	* x-menubar.el (default-menubar): Inline definition of customize menu.

cd /pack/xemacs/lib/xemacs-19.15/lisp/x11/
diff -u x-menubar.el ~/tmp/x-menubar.el
--- x-menubar.el	Wed Mar 26 05:34:19 1997
+++ /home/user_22/abraham/tmp/x-menubar.el	Wed Apr  9 19:39:58 1997
@@ -132,7 +132,14 @@
       )
 
      ("Options"
-      ,custom-help-menu
+      ("Customize"
+       '("Emacs" :filter (lambda (&rest junk)
+			   (cdr (custom-menu-create 'emacs))))
+       ["Group..." customize t]
+       ["Variable..." customize-variable t]
+       ["Face..." customize-face t]
+       ["Saved..." customize-customized t]
+       ["Apropos..." customize-apropos t])
       ["Read Only" (toggle-read-only)
        :style toggle :selected buffer-read-only]
       ("Editing Options"

Compilation exited abnormally with code 1 at Wed Apr  9 19:50:42

