/[emacs]/emacs/lisp/menu-bar.el
ViewVC logotype

Diff of /emacs/lisp/menu-bar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.214 by rms, Sat Apr 27 23:17:10 2002 UTC revision 1.215 by kfstorm, Tue Apr 30 20:38:21 2002 UTC
# Line 510  Do the same for the keys of the same nam Line 510  Do the same for the keys of the same nam
510  (define-key menu-bar-custom-menu [customize-apropos]  (define-key menu-bar-custom-menu [customize-apropos]
511    '(menu-item "Settings Matching Regexp..." customize-apropos    '(menu-item "Settings Matching Regexp..." customize-apropos
512                :help "Browse customizable settings whose names match regexp"))                :help "Browse customizable settings whose names match regexp"))
513  (define-key menu-bar-custom-menu [separator-2]  (define-key menu-bar-custom-menu [separator-1]
514    '("--"))    '("--"))
515  (define-key menu-bar-custom-menu [customize-group]  (define-key menu-bar-custom-menu [customize-group]
516    '(menu-item "Specific Group..." customize-group    '(menu-item "Specific Group..." customize-group
# Line 520  Do the same for the keys of the same nam Line 520  Do the same for the keys of the same nam
520                :help "Customize attributes of specific face"))                :help "Customize attributes of specific face"))
521  (define-key menu-bar-custom-menu [customize-option]  (define-key menu-bar-custom-menu [customize-option]
522    '(menu-item "Specific Option..." customize-option    '(menu-item "Specific Option..." customize-option
523                :help "Change value of specific option"))                :help "Customize value of specific option"))
524    (define-key menu-bar-custom-menu [separator-2]
525      '("--"))
526  (define-key menu-bar-custom-menu [customize-changed-options]  (define-key menu-bar-custom-menu [customize-changed-options]
527    '(menu-item "Recently Changed Options..." customize-changed-options    '(menu-item "New Options..." customize-changed-options
528                :help "Customize options changed in recent versions"))                :help "Options added or changed in recent Emacs versions"))
529    (define-key menu-bar-custom-menu [customize-saved]
530      '(menu-item "Saved Options" customize-saved
531                  :help "Customize previously saved options"))
532  (define-key menu-bar-custom-menu [separator-3]  (define-key menu-bar-custom-menu [separator-3]
533    '("--"))    '("--"))
534  (define-key menu-bar-custom-menu [customize-browse]  (define-key menu-bar-custom-menu [customize-browse]

Legend:
Removed from v.1.214  
changed lines
  Added in v.1.215

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26