From 2ccd4374beb366235adcc6e749652419d5beff03 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 7 Dec 1999 20:02:28 +0000 Subject: [PATCH] (menu-bar-manuals-menu): Add view-emacs-problems. --- lisp/menu-bar.el | 2 ++ 1 file changed, 2 insertions(+) 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] -- 2.39.5