(menu-bar-tools-menu): Add items

Debugger, Compile and Search Files.
This commit is contained in:
Richard M. Stallman 1996-12-14 22:23:58 +00:00
parent 37eb1878a0
commit 147f1d2af3

View file

@ -60,6 +60,13 @@ A large number or nil slows down menu responsiveness.")
(defvar vc-menu-map (make-sparse-keymap "Version Control"))
(define-key menu-bar-tools-menu [gdb] '("Debugger..." . gdb))
(define-key menu-bar-tools-menu [compile] '("Compile..." . compile))
(define-key menu-bar-tools-menu [grep] '("Search Files..." . grep))
(define-key menu-bar-tools-menu [separator-1]
'("--"))
(define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar))
(define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail))
(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))