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(a)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(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