CVS update by aidan packages/xemacs-packages/pcomplete ...

[email protected]
Newsgroups gmane.emacs.xemacs.cvs
Message-ID <[email protected]>
  User: aidan   
  Date: 09/08/15 15:21:46

  Modified:    packages/xemacs-packages/pcomplete ChangeLog pcomplete.el
Log:
pcomplete, new finding, was use #'manual-entry instead of GNU's #'man.

Revision  Changes    Path
1.13      +5 -0      XEmacs/packages/xemacs-packages/pcomplete/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/pcomplete/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- ChangeLog	2008/07/10 21:08:46	1.12
+++ ChangeLog	2009/08/15 13:21:44	1.13
@@ -1,3 +1,8 @@
+2009-06-17  It's me FKtPp ;)  <[email protected]>
+
+	* pcomplete.el (pcomplete-man-function): use #'manual-entry
+	instead of GNU's #'man in XEmacs
+
 2008-07-10  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.05 released.



1.3       +3 -1      XEmacs/packages/xemacs-packages/pcomplete/pcomplete.el

Index: pcomplete.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/pcomplete/pcomplete.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- pcomplete.el	2005/01/23 14:01:30	1.2
+++ pcomplete.el	2009/08/15 13:21:45	1.3
@@ -180,7 +180,9 @@ using a backslash to quote any character
   :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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.