CVS update by aidan packages/xemacs-packages/edit-utils ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Sun Apr 27 07:07:42 EDT 2008
User: aidan
Date: 08/04/27 13:07:42
Modified: packages/xemacs-packages/edit-utils ChangeLog man.el
Log:
Allow Manual-switches to be set sensibly.
Revision Changes Path
1.230 +7 -0 XEmacs/packages/xemacs-packages/edit-utils/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/edit-utils/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -p -r1.229 -r1.230
--- ChangeLog 2007/09/03 13:06:14 1.229
+++ ChangeLog 2008/04/27 11:07:41 1.230
@@ -1,3 +1,10 @@
+2008-04-27 Aidan Kehoe <kehoea at parhasard.net>
+
+ * man.el (Manual-switches): Incorporate Alan Wehmann's fix of
+ 1edd28c6-438e-4cd5-be3e-c819a7044da4 at o42g2000hsc.googlegroups.com
+ to allow Manual-switches to be set sensibly. Thank you Alan, and
+ thank you John Paul Wallington!
+
2007-09-03 Norbert Koch <viteno at xemacs.org>
* Makefile (VERSION): XEmacs package 2.38 released.
1.19 +2 -2 XEmacs/packages/xemacs-packages/edit-utils/man.el
Index: man.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/edit-utils/man.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- man.el 2005/02/08 23:26:06 1.18
+++ man.el 2008/04/27 11:07:41 1.19
@@ -51,8 +51,8 @@ Any other value means use `view-buffer-o
(defcustom Manual-switches nil
"List of switches to the man program."
-:type '(choice (list (string :tag "switches"))
- (const :tag "none" nil))
+:type '(choice (const :tag "none" nil)
+ (repeat (string :tag "switch")))
:group 'man)
(defcustom Manual-mode-hook nil
More information about the XEmacs-CVS
mailing list