diff lisp/x11/x-menubar.el @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 9f59509498e1
children 1370575f1259
line wrap: on
line diff
--- a/lisp/x11/x-menubar.el	Mon Aug 13 09:24:19 2007 +0200
+++ b/lisp/x11/x-menubar.el	Mon Aug 13 09:25:29 2007 +0200
@@ -132,12 +132,19 @@
        ["Towers of Hanoi"	hanoi			t]
        ["Game of Life"		life			t]
        ["Multiplication Puzzle"	mpuz			t]
-       ["Mine Game"		mine			t]
+       ["Mine Game"		xmine			t]
        )
       )
 
      ("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"