diff options
-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] |