Mercurial > hg > xemacs-beta
comparison lisp/prim/help.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 25f70ba0133c |
children | 3bb7ccffb0c0 |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
577 (setq prefix-help-command 'describe-prefix-bindings) | 577 (setq prefix-help-command 'describe-prefix-bindings) |
578 | 578 |
579 (defun view-emacs-news () | 579 (defun view-emacs-news () |
580 "Display info on recent changes to XEmacs." | 580 "Display info on recent changes to XEmacs." |
581 (interactive) | 581 (interactive) |
582 (require 'outl-mouse) | 582 #-infodock (require 'outl-mouse) |
583 (find-file (expand-file-name "NEWS" data-directory))) | 583 (find-file (expand-file-name "NEWS" data-directory))) |
584 | 584 |
585 (defun xemacs-www-page () | 585 (defun xemacs-www-page () |
586 "Go to the XEmacs World Wide Web page." | 586 "Go to the XEmacs World Wide Web page." |
587 (interactive) | 587 (interactive) |