Mercurial > hg > xemacs-beta
comparison lisp/x-menubar.el @ 231:557eaa0339bf r20-5b14
Import from CVS: tag r20-5b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:13:48 +0200 |
parents | 0e522484dd2a |
children | 52952cbfc5b5 |
comparison
equal
deleted
inserted
replaced
230:39ed1d2bdd9d | 231:557eaa0339bf |
---|---|
135 :active (fboundp 'gnus)] | 135 :active (fboundp 'gnus)] |
136 ["Browse the Web" w3 | 136 ["Browse the Web" w3 |
137 :active (fboundp 'w3)] | 137 :active (fboundp 'w3)] |
138 ["Gopher" gopher | 138 ["Gopher" gopher |
139 :active (fboundp 'gopher)] | 139 :active (fboundp 'gopher)] |
140 ["Hyperbole..." hyperbole | |
141 :active (fboundp 'hmail:compose)] | |
142 "----" | 140 "----" |
143 ["Spell-Check Buffer" ispell-buffer | 141 ["Spell-Check Buffer" ispell-buffer |
144 :active (fboundp 'ispell-buffer)] | 142 :active (fboundp 'ispell-buffer)] |
145 ["Toggle VI emulation" toggle-viper-mode | 143 ["Toggle VI emulation" toggle-viper-mode |
146 :active (fboundp 'toggle-viper-mode)] | 144 :active (fboundp 'toggle-viper-mode)] |
713 ["Debug (GDB)..." gdb | 711 ["Debug (GDB)..." gdb |
714 :active (fboundp 'gdb)] | 712 :active (fboundp 'gdb)] |
715 ["Debug (DBX)..." dbx | 713 ["Debug (DBX)..." dbx |
716 :active (fboundp 'dbx)] | 714 :active (fboundp 'dbx)] |
717 "-----" | 715 "-----" |
718 ["OO-Browser..." oobr | |
719 :active (fboundp 'oobr)] | |
720 ("Tags" | 716 ("Tags" |
721 ["Find Tag..." find-tag t] | 717 ["Find Tag..." find-tag t] |
722 ["Find Other Window..." find-tag-other-window t] | 718 ["Find Other Window..." find-tag-other-window t] |
723 ["Next Tag..." (find-tag nil) t] | 719 ["Next Tag..." (find-tag nil) t] |
724 ["Next Other Window..." (find-tag-other-window nil) t] | 720 ["Next Other Window..." (find-tag-other-window nil) t] |