diff 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
line wrap: on
line diff
--- a/lisp/prim/help.el	Mon Aug 13 09:38:27 2007 +0200
+++ b/lisp/prim/help.el	Mon Aug 13 09:39:39 2007 +0200
@@ -579,7 +579,7 @@
 (defun view-emacs-news ()
   "Display info on recent changes to XEmacs."
   (interactive)
-  (require 'outl-mouse)
+  #-infodock (require 'outl-mouse)
   (find-file (expand-file-name "NEWS" data-directory)))
 
 (defun xemacs-www-page ()