Mercurial > hg > xemacs-beta
diff lisp/help.el @ 3074:0f411920c8db
[xemacs-hg @ 2005-11-16 12:12:57 by malcolmp]
Adding PROBLEMS to the Help Menu.
author | malcolmp |
---|---|
date | Wed, 16 Nov 2005 12:13:03 +0000 |
parents | 3fa430e1aa35 |
children | 959746c534f6 |
line wrap: on
line diff
--- a/lisp/help.el Wed Nov 16 11:54:10 2005 +0000 +++ b/lisp/help.el Wed Nov 16 12:13:03 2005 +0000 @@ -109,6 +109,7 @@ (define-key help-map "p" 'finder-by-keyword) (define-key help-map "\C-p" 'describe-pointer) +(define-key help-map "P" 'view-xemacs-problems) (define-key help-map "q" 'help-quit) @@ -840,6 +841,11 @@ (interactive) (Help-find-file (expand-file-name "NEWS" data-directory))) +(defun view-xemacs-problems () + "Display known problems with XEmacs." + (interactive) + (Help-find-file (expand-file-name "PROBLEMS" data-directory))) + (defun xemacs-www-page () "Go to the XEmacs World Wide Web page." (interactive) @@ -995,6 +1001,7 @@ " "") " +\\[view-xemacs-problems] Known problems. \\[customize] Customize Emacs options. \\[describe-distribution] How to obtain XEmacs. \\[describe-last-error] Information about the most recent error.