summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-12-07 20:02:28 +0000
committerDave Love <fx@gnu.org>1999-12-07 20:02:28 +0000
commit2ccd4374beb366235adcc6e749652419d5beff03 (patch)
tree087788e34b26685baa11967c17da97b4e06ebc53 /lisp/menu-bar.el
parent4cbff657a7904b86f41bca68ea6e749f2f6b2bfc (diff)
downloademacs-2ccd4374beb366235adcc6e749652419d5beff03.tar.gz
(menu-bar-manuals-menu): Add view-emacs-problems.
Diffstat (limited to 'lisp/menu-bar.el')
-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 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]