Mercurial > emacs
changeset 26758:cbc780bdc2bd
(menu-bar-manuals-menu): Add view-emacs-problems.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 07 Dec 1999 20:02:28 +0000 |
parents | 6af9f1dc59c4 |
children | 01f067d61668 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Tue Dec 07 20:01:20 1999 +0000 +++ b/lisp/menu-bar.el Tue Dec 07 20:02:28 1999 +0000 @@ -482,6 +482,8 @@ '("Browse Manuals with Info" . info)) (define-key menu-bar-manuals-menu [sep1] '("--")) +(define-key menu-bar-manuals-menu [emacs-problems] + '("Emacs Known Problems" . view-emacs-problems)) (define-key menu-bar-manuals-menu [emacs-faq] '("Emacs FAQ" . view-emacs-FAQ)) (define-key menu-bar-manuals-menu [emacs-news]