diff options
| author | Simon Marshall | 1998-10-05 09:21:03 +0000 |
|---|---|---|
| committer | Simon Marshall | 1998-10-05 09:21:03 +0000 |
| commit | 850b7aa7a2091e49c68cc101864a0fa924a1f87b (patch) | |
| tree | c413b3dbc30335cefd5e935e321b39f609a9338d /lisp | |
| parent | f412d5ddaac179a7fa2b1d9676477289a6343836 (diff) | |
| download | emacs-850b7aa7a2091e49c68cc101864a0fa924a1f87b.tar.gz emacs-850b7aa7a2091e49c68cc101864a0fa924a1f87b.zip | |
Added entry for Speedbar.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 49ca9083626..ab390f448f3 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -72,6 +72,8 @@ A large number or nil slows down menu responsiveness." | |||
| 72 | '("--")) | 72 | '("--")) |
| 73 | 73 | ||
| 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] | ||
| 76 | '("Display Speedbar" . speedbar-frame-mode)) | ||
| 75 | (define-key menu-bar-tools-menu [compose-mail] '("Send Mail" . compose-mail)) | 77 | (define-key menu-bar-tools-menu [compose-mail] '("Send Mail" . compose-mail)) |
| 76 | (define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail)) | 78 | (define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail)) |
| 77 | (define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus)) | 79 | (define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus)) |