diff options
author | Dave Love <fx@gnu.org> | 1999-12-07 20:02:28 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-12-07 20:02:28 +0000 |
commit | 2ccd4374beb366235adcc6e749652419d5beff03 (patch) | |
tree | 087788e34b26685baa11967c17da97b4e06ebc53 /lisp/menu-bar.el | |
parent | 4cbff657a7904b86f41bca68ea6e749f2f6b2bfc (diff) | |
download | emacs-2ccd4374beb366235adcc6e749652419d5beff03.tar.gz |
(menu-bar-manuals-menu): Add view-emacs-problems.
Diffstat (limited to 'lisp/menu-bar.el')
-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 85083fc03f9..90826b3be65 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -482,6 +482,8 @@ Do the same for the keys of the same name." '("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] |