[AC] Misuse of the list widget type

Didier Verna didier at xemacs.org
Tue Sep 4 05:00:33 EDT 2007


NOTE: This patch has been committed. The version below is
informational only (whitespace differences have been removed).

		Dear reviewers,

	the following patch fixes a misuse of the list widget type.


xemacs-packages/eshell/ChangeLog addition:

2007-09-04  Didier Verna  <didier at xemacs.org>

	* esh-util.el (eshell-ange-ls-uids): Fix misuse of the list widget
	type.


XEmacs Packages source patch:
Diff command:   cvs -q diff -u -t -b -B -w
Files affected: xemacs-packages/eshell/esh-util.el

Index: xemacs-packages/eshell/esh-util.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/eshell/esh-util.el,v
retrieving revision 1.4
diff -u -u -t -b -B -w -r1.4 esh-util.el
--- xemacs-packages/eshell/esh-util.el	13 May 2007 17:07:18 -0000	1.4
+++ xemacs-packages/eshell/esh-util.el	4 Sep 2007 08:58:42 -0000
@@ -98,7 +98,7 @@
 
 (defcustom eshell-ange-ls-uids nil
   "*List of user/host/id strings, used to determine remote ownership."
-:type '(list (cons :tag "Host/User Pair"
+:type '(repeat (cons :tag "Host/User Pair"
                      (string :tag "Hostname")
                      (repeat (cons :tag "User/UID List"
                                    (string :tag "Username")

-- 
MySpace: http://www.myspace.com/didierverna

Didier Verna, didier at 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 at xemacs.org



More information about the XEmacs-Patches mailing list