aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index bf392e3082f..5da42f37c7f 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -74,6 +74,8 @@ A large number or nil slows down menu responsiveness."
74(define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar)) 74(define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar))
75(define-key menu-bar-tools-menu [speedbar] 75(define-key menu-bar-tools-menu [speedbar]
76 '("Display Speedbar" . speedbar-frame-mode)) 76 '("Display Speedbar" . speedbar-frame-mode))
77(define-key menu-bar-tools-menu [directory-search]
78 '("Directory Search" . eudc-tools-menu))
77(define-key menu-bar-tools-menu [compose-mail] '("Send Mail" . compose-mail)) 79(define-key menu-bar-tools-menu [compose-mail] '("Send Mail" . compose-mail))
78(define-key menu-bar-tools-menu [rmail] '("Read Mail" . read-mail-command)) 80(define-key menu-bar-tools-menu [rmail] '("Read Mail" . read-mail-command))
79(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus)) 81(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))