]> git.eshelyaron.com Git - emacs.git/commitdiff
Added entry for Speedbar.
authorSimon Marshall <simon@gnu.org>
Mon, 5 Oct 1998 09:21:03 +0000 (09:21 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 5 Oct 1998 09:21:03 +0000 (09:21 +0000)
lisp/menu-bar.el

index 49ca9083626eb18b5e1e0c6d12e24e10b2668945..ab390f448f3bbc0f571be5d411764ca051ea22d1 100644 (file)
@@ -72,6 +72,8 @@ A large number or nil slows down menu responsiveness."
   '("--"))
 
 (define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar))
+(define-key menu-bar-tools-menu [speedbar]
+  '("Display Speedbar" . speedbar-frame-mode))
 (define-key menu-bar-tools-menu [compose-mail] '("Send Mail" . compose-mail))
 (define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail))
 (define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))