]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-manuals-menu): Add view-emacs-problems.
authorDave Love <fx@gnu.org>
Tue, 7 Dec 1999 20:02:28 +0000 (20:02 +0000)
committerDave Love <fx@gnu.org>
Tue, 7 Dec 1999 20:02:28 +0000 (20:02 +0000)
lisp/menu-bar.el

index 85083fc03f9d359dae23d25ac1a737cc7658435e..90826b3be65729f6c98ec50d1ff79b95d46d2e02 100644 (file)
@@ -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]