Dear Developers,
I find this one is also using the #'man function
Thanks,
FKtPp
ChangeLog addition:
2009-06-17 It's me FKtPp ;) <m_pupil(a)yahoo.com.cn>
* pcomplete.el (pcomplete-man-function): use #'manual-entry instead of GNU's
#'man in XEmacs
pcomplete[Packages] source patch:
Diff command: cvs -q diff -u
Files affected: pcomplete.el
===================================================================
RCS
Index: pcomplete.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/pcomplete/pcomplete.el,v
retrieving revision 1.2
diff -u -r1.2 pcomplete.el
--- pcomplete.el 2005/01/23 14:01:30 1.2
+++ pcomplete.el 2009/06/16 16:13:14
@@ -180,7 +180,9 @@
:type 'hook
:group 'pcomplete)
-(defcustom pcomplete-man-function 'man
+(defcustom pcomplete-man-function (if (featurep 'xemacs)
+ #'manual-entry
+ 'man)
"*A function to that will be called to display a manual page.
It will be passed the name of the command to document."
:type 'function
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches