NOTE: This patch has been committed. The version below is
informational only (whitespace differences have been removed).
Dear reviewers,
the following patch fixes some misuses of the list widget type.
xemacs-packages/vm/ChangeLog addition:
2007-09-04 Didier Verna <didier(a)xemacs.org>
* vm-vars.el (vm-visible-headers): Fix misuse of the list widget
type.
* vm-vars.el (vm-stunnel-program-switches): Ditto.
XEmacs Packages source patch:
Diff command: cvs -q diff -u -t -b -B -w
Files affected: xemacs-packages/vm/vm-vars.el
Index: xemacs-packages/vm/vm-vars.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/vm/vm-vars.el,v
retrieving revision 1.28
diff -u -u -t -b -B -w -r1.28 vm-vars.el
--- xemacs-packages/vm/vm-vars.el 3 Sep 2003 00:43:45 -0000 1.28
+++ xemacs-packages/vm/vm-vars.el 4 Sep 2007 09:12:11 -0000
@@ -660,7 +660,7 @@
`vm-invisible-header-regexp'. In this case `vm-visible-headers'
specifies the order in which headers are displayed. Headers not
matching `vm-visible-headers' are displayed last."
-:type '(list regexp))
+:type '(repeat regexp))
(defcustom vm-invisible-header-regexp nil
"*Non-nil value should be a regular expression that tells what headers
@@ -3698,7 +3698,7 @@
"*List of command line switches to pass to stunnel.
Leave this set to nil unless you understand how VM uses stunnel
and know that you need to change something to get stunnel working."
-:type '(list string))
+:type '(repeat string))
(defcustom vm-stunnel-random-data-method 'generate
"*Specifies what VM should do about sending the PRNG.
--
MySpace:
http://www.myspace.com/didierverna
Didier Verna, didier(a)lrde.epita.fr,
http://www.lrde.epita.fr/~didier
EPITA / LRDE, 14-16 rue Voltaire Tel.+33 (1) 44 08 01 85
94276 Le Kremlin-Bicêtre, France Fax.+33 (1) 53 14 59 22 didier(a)xemacs.org
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches