hi all,
The following patch makes the 'C-u h' works in dired mode. since xemacs
didn't ship a separated dired.info, we have to use (info
"(xemacs)Dired") instead of (info "dired").
--- dired-help.el.orig	2008-05-09 09:46:05.171875000 +0800
+++ dired-help.el	2008-05-09 09:47:39.468750000 +0800
@@ -232,7 +232,8 @@
   (interactive "P")
   ;; Getting dired documentation can be a bit slow.
   (if info
-      (info "dired")
+      ;; XEmacs specific, xemacs do not have a separate dired.info
+      (info "(xemacs)Dired")
     (message "Building dired help...")
     (let* ((buff (get-buffer-create "*Help*"))
 	   (standard-output buff)
     
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now. 
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches