Mercurial > hg > xemacs-beta
diff lisp/custom/custom.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 1917ad0d78d7 |
children | e04119814345 |
line wrap: on
line diff
--- a/lisp/custom/custom.el Mon Aug 13 08:51:58 2007 +0200 +++ b/lisp/custom/custom.el Mon Aug 13 08:52:29 2007 +0200 @@ -4,7 +4,7 @@ ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, faces -;; Version: 1.50 +;; Version: 1.59 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ ;;; Commentary: @@ -311,12 +311,15 @@ (remove-hook 'custom-define-hook 'custom-menu-reset) (if (string-match "XEmacs" emacs-version) (when (fboundp 'add-submenu) - (add-submenu '("Help") custom-help-menu)) + (add-submenu '("Options") custom-help-menu)) (define-key global-map [menu-bar help-menu customize-menu] (cons (car custom-help-menu) (easy-menu-create-keymaps (car custom-help-menu) (cdr custom-help-menu)))))) +(unless (string-match "XEmacs" emacs-version) + (custom-menu-reset)) + ;;; The End. (provide 'custom)